Português (BR)
curl --request GET \ --url https://api.meuassistente.rdstationmentoria.com.br/rest/conversations/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "title": "<string>", "createdAt": "2025-07-04T18:19:22.542Z", "status": "active", "summary": null, "messages": [] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object