Skip to main content

authentication

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_API_KEY"

Replace the API key EXAMPLE_API_KEY with the key provided by our support team.

We use an API Key to allow access to our API. It was most likely already sent to you by email. If you have not yet received your key, please send an email to suporte.caas@qitech.com.br.

Our API expects the API Key to be sent in all requests to our server using a header like the one below:

Authorization: EXAMPLE_API_KEY

Attention

You must replace EXAMPLE_API_KEY with the API Key provided by the support team.