Authentication
To authenticate a call, use the following code:
# No shell, você somente precisa adicionar o header adequado em cada requisição.
curl "api_endpoint_here"
-H "Authorization: EXAMPLE-OF-API-KEY"
Replace the API Key 'EXAMPLE-OF-API-KEY' with your own key, which can be obtained through our support team..
We use an API Key to grant access to our API. It has likely already been sent to you via 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 every request sent to our server within a header as shown below:
Authorization: EXAMPLE-OF-API-KEY
Attention
You must replace EXAMPLE-OF-API-KEY with your actual key, which must be obtained through our support team.