curl --request GET \
--url https://sandbox-api.shipbob.com/2026-01/channel \
--header 'Authorization: Bearer <token>'{
"items": [
{
"application_name": "SMA",
"id": 128944,
"name": "Privileged Access Token Wednesday, July 9, 2025",
"scopes": [
"pricing_read",
"fulfillments_write",
"returns_read",
"receiving_read",
"fulfillments_read",
"returns_write",
"locations_write",
"channels_read",
"webhooks_write",
"locations_read",
"orders_write",
"webhooks_read",
"inventory_read",
"billing_read",
"receiving_write",
"inventory_write",
"orders_read",
"products_read",
"products_write"
]
},
{
"application_name": "ShipBob",
"id": 128943,
"name": "ShipBob Default",
"scopes": [
"pricing_read",
"returns_read",
"receiving_read",
"fulfillments_read",
"channels_read",
"locations_read",
"webhooks_read",
"inventory_read",
"billing_read",
"orders_read",
"products_read"
]
}
],
"next": "/2026-01/channel?cursor=eyJJZCI6NzY4MzksIkN1cnNvclR5cGUiOjB5",
"prev": "/2026-01/channel?cursor=eyJJZCI6NzY4NDAsIkN1cnNvclR5cGUiOjF8"
}Retrieves a paginated list of channels that the authenticated user has access to based on the provided access token.
curl --request GET \
--url https://sandbox-api.shipbob.com/2026-01/channel \
--header 'Authorization: Bearer <token>'{
"items": [
{
"application_name": "SMA",
"id": 128944,
"name": "Privileged Access Token Wednesday, July 9, 2025",
"scopes": [
"pricing_read",
"fulfillments_write",
"returns_read",
"receiving_read",
"fulfillments_read",
"returns_write",
"locations_write",
"channels_read",
"webhooks_write",
"locations_read",
"orders_write",
"webhooks_read",
"inventory_read",
"billing_read",
"receiving_write",
"inventory_write",
"orders_read",
"products_read",
"products_write"
]
},
{
"application_name": "ShipBob",
"id": 128943,
"name": "ShipBob Default",
"scopes": [
"pricing_read",
"returns_read",
"receiving_read",
"fulfillments_read",
"channels_read",
"locations_read",
"webhooks_read",
"inventory_read",
"billing_read",
"orders_read",
"products_read"
]
}
],
"next": "/2026-01/channel?cursor=eyJJZCI6NzY4MzksIkN1cnNvclR5cGUiOjB5",
"prev": "/2026-01/channel?cursor=eyJJZCI6NzY4NDAsIkN1cnNvclR5cGUiOjF8"
}Authentication using Personal Access Token (PAT) token
The number of records to return per page. This parameter is used for pagination. If not provided, a default value will be used.
A cursor for pagination. This parameter is used to fetch the next set of results.