Authentication
To authenticate a call, use the following code:
# In the shell, you only need to add the appropriate header to each request
curl "api_endpoint_here"
-H "Authorization: EXAMPLE-OF-API-KEY"
Replace the API Key 'EXAMPLE-OF-API-KEY' with your key, which should be obtained from our support team.
We use an API Key to allow access to our API. It has probably already been sent to you by email. If you have not yet received your key, send an email to suporte.caas@qitech.com.br.
Our API expects to receive the API Key in all requests to our server in a header like the one below:
Authorization: EXAMPLE-OF-API-KEY
Attention
You must replace EXAMPLE-OF-API-KEY with your key, which should be obtained from our support team.