GET
/
credentials
curl --request GET \
  --url https://api.meuassistente.rdstationmentoria.com.br/rest/credentials \
  --header 'Authorization: Bearer <token>'
{
  "accessToken": "<string>"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

agentId
string
required
pluginId
string
required

Response

200
application/json

Successful response

The response is of type object.

GET
/
credentials
curl --request GET \
  --url https://api.meuassistente.rdstationmentoria.com.br/rest/credentials \
  --header 'Authorization: Bearer <token>'
{
  "accessToken": "<string>"
}

Authorizations

Authorization
string
header
required

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

Query Parameters

agentId
string
required
pluginId
string
required

Response

200
application/json

Successful response

The response is of type object.