GET
/
terms
curl --request GET \
  --url https://api.contas.rdstationmentoria.com.br/rest/terms \
  --header 'Authorization: Bearer <token>'
true

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 boolean.

GET
/
terms
curl --request GET \
  --url https://api.contas.rdstationmentoria.com.br/rest/terms \
  --header 'Authorization: Bearer <token>'
true

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 boolean.