Skip to main content
GET
/
customChannels
Returns a list of available custom channels.
curl --request GET \
  --url https://api.peakmetrics.com/customChannels \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "source": "<string>",
    "createdDate": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

A JSON array of custom channel objects

id
string<uuid>

The unique identifier for the custom channel.

name
string

The display name of the custom channel.

source
string

The data source identifier for the custom channel.

createdDate
string<date-time>

The date and time when the custom channel was created.