GET
/
knowledge
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"
  }
]

Authorizations

Authorization
string
header
required

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

Response

200
application/json

Successful response

The response is of type object[].

GET
/
knowledge
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"
  }
]

Authorizations

Authorization
string
header
required

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

Response

200
application/json

Successful response

The response is of type object[].