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"
}
]Returns custom channels that you have access to. Custom channels allow access to additional data sources beyond the standard channels.
To add additional custom channels, please contact support@peakmetrics.com.
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"
}
]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A JSON array of custom channel objects
Was this page helpful?