Português (BR)
curl --request GET \ --url https://api.meuassistente.rdstationmentoria.com.br/rest/credentials \ --header 'Authorization: Bearer <token>'
{ "accessToken": "<string>" }
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