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", "sync": { "product_edits": true, "quantity_from_orders": true, "quantity_from_channel_edits": true, "content_from_channel_edits": true }, "pricing": { "mode": "off", "value": 0 }, "inventory": { "control": true, "threshold": 0 }, "discovery": { "categories": true, "attribute_schema": true, "policies": true } } ]}Last updated on July 28, 2026
Need help?
Email us and a human replies, usually within one business day.