Authentication
To authenticate a request, 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 own key, which should be obtained from our support team.
We use an API Key to grant access to our API. It was likely sent to you by email. If you haven’t received your key yet, please 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 own key, which should be obtained from our support team.