Token

Every end-point requires your authentication token. Therefore, it's mandatory to make login before any action. After make login, our API will return to you a token, which expires 5 minutes after your request.

The generated authentication token will be expected on every request's HEADERS using AUTHORIZATION as key, in BEARER token format, as exemplified below.

Authorization: Bearer your_authentication_token