API ReferenceChannel accounts

Retrieve a channel account

GET /rest/v1/channel_accounts/{id}

GET
/channel_accounts/{id}
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",  "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.