Português (BR)
cURL
curl --request GET \ --url https://api.meuassistente.rdstationmentoria.com.br/rest/conversations/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "title": "<string>", "createdAt": "2025-07-21T17:52:50.023Z", "status": "active", "summary": null, "messages": [] }
Recupera as mensagens de uma conversa.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Identificador da conversa.
Successful response
The response is of type object.
object