API ReferenceChannel accounts
List channel accounts
GET /rest/v1/channel_accounts
One entry per connected account. A seller with two eBay accounts has two entries with different ids. Always take id from here — never construct it.
Authorization
apiKey AuthorizationBearer <token>
Authorization: Bearer nbl_live_... (or nbl_test_... for test mode). Test-mode writes are validated and simulated but never persisted and never touch channels; simulated results are marked simulated.
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/channel_accounts"{ "object": "list", "data": [ { "id": "chac_66a1f09b2", "object": "channel_account", "channel": "ebay", "label": "eBay", "shop_name": "carboagez", "status": "connected", "discovery": { "categories": true, "attribute_schema": true, "policies": true } } ]}Last updated on July 28, 2026
Need help?
The API is in private beta — email us and a human replies, usually within one business day.