GET
/
channel
curl --request GET \
  --url https://api.shipbob.com/1.0/channel \
  --header 'Authorization: Bearer <token>'
[
  {
    "application_name": "Api",
    "id": 0,
    "name": "string",
    "scopes": [
      "channels_read",
      "orders_read",
      "orders_write"
    ]
  }
]

Authorizations

Authorization
string
header
required

Authentication using Personal Access Token (PAT) token

Response

200
application/json
Success

The response is of type object[].