cURL
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" ] } ]
Authentication using Personal Access Token (PAT) token
Success
Name of the application that owns the channel
"Api"
Unique id of the channel
Name of the channel
Array of permissions granted for the channel
[ "channels_read", "orders_read", "orders_write" ]
Was this page helpful?