GET
/
interactions
curl --request GET \
  --url https://api.meuassistente.rdstationmentoria.com.br/rest/interactions \
  --header 'Authorization: Bearer <token>'
{
  "month": "<string>",
  "current": 123,
  "max": 123,
  "subscriptionId": "<string>"
}

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
/
interactions
curl --request GET \
  --url https://api.meuassistente.rdstationmentoria.com.br/rest/interactions \
  --header 'Authorization: Bearer <token>'
{
  "month": "<string>",
  "current": 123,
  "max": 123,
  "subscriptionId": "<string>"
}

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.