CalryOTA Docs
Channels

List workspace channels

Returns the channels configured for the authenticated workspace.

GET
/api/v1/channels

Authorization

x-calry-api-key
x-calry-api-key<token>

In: header

Response Body

application/json

curl -X GET "https://example.com/api/v1/channels"
[
  {
    "id": "string",
    "workspaceID": "string",
    "name": "NUITEE",
    "markupPercentage": 0
  }
]