Português (BR)
cURL
curl --request GET \ --url https://api.meuassistente.rdstationmentoria.com.br/rest/agents/{agentId}/channels \ --header 'Authorization: Bearer <token>'
{ "data": [ { "platform": "api", "id": "<string>" } ], "meta": { "total": 123, "page": 123, "size": 123, "first": 123, "last": 123, "next": 123, "previous": 123 } }
Lista todos os canais associados a um assistente.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Identificador do assistente
Número da página
x >= 1
Tamanho da página
1 <= x <= 100
Successful response
Página de registros
Lista de registros da página
Mostrar atributos filhos
Metadados da página