v1
latestOpenAPI 3.0.12026-07-243266138.0 KBChannels
Get channels
This endpoint retrieves all channels for your account.
get/channels
Headers
Authorizationstring required
An OAuth2 authorization header with an access token, see OAuth2.
Response
The list of channels associated with your account.
Example response
[
{
"id": "chl-xxxxxxxa-yyyy-xxxx-yyyy-xxxxxxxxxxxx",
"createdAt": "2018-02-01T17:09:41.79Z",
"updatedAt": "2018-02-01T17:09:41.79Z",
"name": "my_example_channel",
"address": "Anystr. 17, 12345, Anycity, Anystate 12345",
"url": "https://wwww.myshop.fiction",
"logoUrl": "https://wwww.myshop.fiction/logo.png",
"accountRef": "acc-xxxxxxxa-yyyy-xxxx-yyyy-xxxxxxxxxxxx",
"locale": "en_US"
}
]