# Introduction

### Quick Start

If you're already familiar with GraphQL APIs, the process is pretty simple:

* Generate keys to use the API in the Autentique dashboard, in [API keys](https://painel.autentique.com.br/perfil/api).
* Use the following endpoint and headers:

```http
POST https://api.autentique.com.br/v2/graphql HTTP/1.1
Authorization: Bearer YOUR_API_KEY_HERE
```

* See everything you can do with the API scheme (You can use Altair, we’ve created pre-set collections for you to try out :wink:)

<figure><img src="https://1605753490-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIbBzLrA6555E5Ze2GMYf%2Fuploads%2FLoMp1EKPhhnUVE4CWXH9%2FCleanShot%202025-10-28%20at%2015.41.41%402x.png?alt=media&#x26;token=c364e9b9-56a2-4475-a06d-d51610306584" alt=""><figcaption></figcaption></figure>

* Develop the integration with [Autentique](https://autentique.com.br/). (If you don't want to waste documents while testing, read how to use the Sandbox below)

{% content-ref url="integration-basics/sandbox-testes" %}
[sandbox-testes](https://docs.autentique.com.br/api/integration-basics/sandbox-testes)
{% endcontent-ref %}

* The API has a rate limit of 60 requests per minute. For specific error messages, check the Error Messages section.
* Appreciate a job well done.

{% hint style="info" %}
If Altair doesn’t help you integrate with the API, check out some examples of how to make these requests in other ways: <https://graphql.org/graphql-js/graphql-clients/>
{% endhint %}

{% hint style="info" %}
We also have an integration with the Make platform. Our collection includes modules for the most commonly used requests. If you have any questions, contact our support. You can access the Make platform at: <https://www.make.com/en>
{% endhint %}

{% file src="<https://content.gitbook.com/content/IbBzLrA6555E5Ze2GMYf/blobs/UYhF3Z8hbSdJj5dx0FvZ/Autentique%20v2.postman_collection.json>" %}
Para importar e usar no Postman
{% endfile %}

{% hint style="info" %}
Some users have created SDKs for Autentique that can help you with the implementation. Don’t forget to give them a shout-out!

1. **NodeJS**: <https://github.com/thiagozampieri/autentique-v2-nodejs> ( by Thiago Zampieri)
2. **NodeJS**: <https://www.npmjs.com/package/autentique-v2-nodejs/v/1.0.9> (by the guys from vixting.com.br)
3. **PHP**:  <https://github.com/vinicinbgs/autentique-v2> (by Vinicius)
4. **PHP**: <https://github.com/sysborg/autentiquev2> (by Anderson Matheus Arruda)
5. **Delphi:** <https://github.com/rt-martins/autentique-v2-delphi> (by Rodrigo Martins)
6. **.NET:** <https://github.com/datasuricata/autentique.signature> (by Lucas Moraes)
   {% endhint %}

{% hint style="info" %}
If you find any issue with the documentation or the API, don’t hesitate to let us know at <contato@autentique.com.br>
{% endhint %}
