curl --request GET \
--url https://api.meuassistente.rdstationmentoria.com.br/rest/agents \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "<string>",
"name": "<string>",
"description": null,
"avatar": null,
"color": "#ff5722",
"welcome": null,
"instructions": null,
"off": null,
"references": false,
"purpose": "leads",
"freedom": "restricted",
"behavior_type": "basic",
"status": "draft",
"fields": [
"name",
"email"
],
"left": false,
"forceLeadIdentification": false,
"workspaceId": "<string>",
"createdAt": "2025-07-04T18:19:22.442Z",
"updatedAt": "2025-07-04T18:19:22.442Z",
"createdBy": "<string>",
"updatedBy": "<string>"
}
],
"meta": {
"total": 123,
"page": 123,
"size": 123,
"first": 123,
"last": 123,
"next": 123,
"previous": 123
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
x >= 1
1 <= x <= 100
Successful response
The response is of type object
.
curl --request GET \
--url https://api.meuassistente.rdstationmentoria.com.br/rest/agents \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "<string>",
"name": "<string>",
"description": null,
"avatar": null,
"color": "#ff5722",
"welcome": null,
"instructions": null,
"off": null,
"references": false,
"purpose": "leads",
"freedom": "restricted",
"behavior_type": "basic",
"status": "draft",
"fields": [
"name",
"email"
],
"left": false,
"forceLeadIdentification": false,
"workspaceId": "<string>",
"createdAt": "2025-07-04T18:19:22.442Z",
"updatedAt": "2025-07-04T18:19:22.442Z",
"createdBy": "<string>",
"updatedBy": "<string>"
}
],
"meta": {
"total": 123,
"page": 123,
"size": 123,
"first": 123,
"last": 123,
"next": 123,
"previous": 123
}
}
curl --request GET \
--url https://api.meuassistente.rdstationmentoria.com.br/rest/agents \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "<string>",
"name": "<string>",
"description": null,
"avatar": null,
"color": "#ff5722",
"welcome": null,
"instructions": null,
"off": null,
"references": false,
"purpose": "leads",
"freedom": "restricted",
"behavior_type": "basic",
"status": "draft",
"fields": [
"name",
"email"
],
"left": false,
"forceLeadIdentification": false,
"workspaceId": "<string>",
"createdAt": "2025-07-04T18:19:22.442Z",
"updatedAt": "2025-07-04T18:19:22.442Z",
"createdBy": "<string>",
"updatedBy": "<string>"
}
],
"meta": {
"total": 123,
"page": 123,
"size": 123,
"first": 123,
"last": 123,
"next": 123,
"previous": 123
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
x >= 1
1 <= x <= 100
Successful response
The response is of type object
.
curl --request GET \
--url https://api.meuassistente.rdstationmentoria.com.br/rest/agents \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": "<string>",
"name": "<string>",
"description": null,
"avatar": null,
"color": "#ff5722",
"welcome": null,
"instructions": null,
"off": null,
"references": false,
"purpose": "leads",
"freedom": "restricted",
"behavior_type": "basic",
"status": "draft",
"fields": [
"name",
"email"
],
"left": false,
"forceLeadIdentification": false,
"workspaceId": "<string>",
"createdAt": "2025-07-04T18:19:22.442Z",
"updatedAt": "2025-07-04T18:19:22.442Z",
"createdBy": "<string>",
"updatedBy": "<string>"
}
],
"meta": {
"total": 123,
"page": 123,
"size": 123,
"first": 123,
"last": 123,
"next": 123,
"previous": 123
}
}