Authentication
To authenticate a request, use the following code:
# Add the authorization header to the request
curl "api_endpoint_here"
-H "Authorization: EXAMPLE-OF-API-KEY"
Note: Replace 'EXAMPLE-OF-API-KEY' with your access key.
Access to the API is controlled via an API Key. If you have not received your key yet, please request it by sending an email to suporte.caas@qitech.com.br.
The API Key must be included in the header of all requests to the server, following the pattern below:
Authorization: EXAMPLE-OF-API-KEY
Attention
Remember to replace EXAMPLE-OF-API-KEY with the actual key obtained from our support team.