Channels
Get channels
GET
Authorizations
Provide your personal access token in the format 'Bearer {your_personal_access_token}'
Response
200
application/json
Success
Name of the application that owns the channel
Example:
"Api"
Unique id of the channel
Name of the channel
Array of permissions granted for the channel
Example:
[
"channels_read",
"orders_read",
"orders_write"
]
Was this page helpful?