Pular para o conteúdo principal
GET
/
interactions
Utilização no mês
curl --request GET \
  --url https://api.meuassistente.rdstationmentoria.com.br/rest/interactions \
  --header 'Authorization: Bearer <token>'
{
  "month": "<string>",
  "current": 123,
  "max": 123,
  "subscriptionId": "<string>"
}

Autorizações

Authorization
string
header
obrigatório

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

Resposta

Successful response

month
string
obrigatório
current
integer
obrigatório
max
integer
obrigatório
subscriptionId
string
obrigatório