curl --request GET \
--url https://api.meuassistente.rdstationmentoria.com.br/rest/knowledge \
--header 'Authorization: Bearer <token>'
[
{
"id": "<string>",
"description": "<string>",
"status": "in_progress",
"records": 0,
"createdBy": "<string>",
"updatedBy": "<string>",
"createdAt": "2025-07-04T18:19:22.548Z",
"updatedAt": "2025-07-04T18:19:22.549Z"
}
]
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful response
The response is of type object[]
.
curl --request GET \
--url https://api.meuassistente.rdstationmentoria.com.br/rest/knowledge \
--header 'Authorization: Bearer <token>'
[
{
"id": "<string>",
"description": "<string>",
"status": "in_progress",
"records": 0,
"createdBy": "<string>",
"updatedBy": "<string>",
"createdAt": "2025-07-04T18:19:22.548Z",
"updatedAt": "2025-07-04T18:19:22.549Z"
}
]
curl --request GET \
--url https://api.meuassistente.rdstationmentoria.com.br/rest/knowledge \
--header 'Authorization: Bearer <token>'
[
{
"id": "<string>",
"description": "<string>",
"status": "in_progress",
"records": 0,
"createdBy": "<string>",
"updatedBy": "<string>",
"createdAt": "2025-07-04T18:19:22.548Z",
"updatedAt": "2025-07-04T18:19:22.549Z"
}
]
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successful response
The response is of type object[]
.
curl --request GET \
--url https://api.meuassistente.rdstationmentoria.com.br/rest/knowledge \
--header 'Authorization: Bearer <token>'
[
{
"id": "<string>",
"description": "<string>",
"status": "in_progress",
"records": 0,
"createdBy": "<string>",
"updatedBy": "<string>",
"createdAt": "2025-07-04T18:19:22.548Z",
"updatedAt": "2025-07-04T18:19:22.549Z"
}
]