Skip to main content
GET
/
agency
/
source
/
{id}
/
channels
List source channels
curl --request GET \
  --url https://api.closebot.com/agency/source/{id}/channels \
  --header 'X-CB-KEY: <api-key>'
[
  {
    "name": "<string>",
    "id": "<string>"
  }
]

Authorizations

X-CB-KEY
string
header
required

CloseBot API Key Authorization

Path Parameters

id
string
required

The source ID.

Response

Success

name
string | null
id
string | null