API ReferenceChannel accounts
Retrieve a channel account
GET /rest/v1/channel_accounts/{id}
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
Path Parameters
id*string
Channel account id from GET /channel_accounts (e.g. chac_...). Never construct it.
Response Body
application/json
application/json
curl -X GET "https://example.com/channel_accounts/string"{ "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.