Skip to main content
GET
/
channels
/
:id
Retrieve channels by agent id
curl --request GET \
  --url https://api.poligono.ai/v1/channels/:id \
  --header 'Authorization: <api-key>'
{
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and JWT token.

Path Parameters

id
string
required

Agent Id

Response

OK

data
any