GET
/
agents
/
{agentId}
/
channels
curl --request GET \
  --url https://api.meuassistente.rdstationmentoria.com.br/rest/agents/{agentId}/channels \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "agentId": "<string>",
      "credentials": {},
      "platform": "widget",
      "workspaceId": "<string>",
      "createdBy": "<string>",
      "updatedBy": "<string>",
      "createdAt": "2025-07-04T18:19:22.544Z",
      "updatedAt": "2025-07-04T18:19:22.544Z"
    }
  ],
  "meta": {
    "total": 123,
    "page": 123,
    "size": 123,
    "first": 123,
    "last": 123,
    "next": 123,
    "previous": 123
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

agentId
string
required

Query Parameters

page
number
default:1
Required range: x >= 1
size
number
default:20
Required range: 1 <= x <= 100

Response

200
application/json

Successful response

The response is of type object.

GET
/
agents
/
{agentId}
/
channels
curl --request GET \
  --url https://api.meuassistente.rdstationmentoria.com.br/rest/agents/{agentId}/channels \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "agentId": "<string>",
      "credentials": {},
      "platform": "widget",
      "workspaceId": "<string>",
      "createdBy": "<string>",
      "updatedBy": "<string>",
      "createdAt": "2025-07-04T18:19:22.544Z",
      "updatedAt": "2025-07-04T18:19:22.544Z"
    }
  ],
  "meta": {
    "total": 123,
    "page": 123,
    "size": 123,
    "first": 123,
    "last": 123,
    "next": 123,
    "previous": 123
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

agentId
string
required

Query Parameters

page
number
default:1
Required range: x >= 1
size
number
default:20
Required range: 1 <= x <= 100

Response

200
application/json

Successful response

The response is of type object.