Authorization

In order to make any successful request to the Corporate API it is mandatory the presence of an Authorization Header containing an access token. Find below how to get the access token.

❗️

The access token has an expiration time of 60 minutes. After that will be needed to generate a new token to keep using the APIs.

Important notes

  • All API requests are encrypted, so we do not accept requests using HTTP protocol, only HTTPS.
  • The API uses JSON format. All requests must contain the header Content-Type: application/json
Language
Click Try It! to start a request and see the response here!