Introduction

Integration guide with autentique.com.br API using GraphQL. It is not available in REST, if it ever exists we will remove this sentence.

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.

  • Use the following endpoint and headers:

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 😉)

  • Develop the integration with Autentique. (If you don't want to waste documents while testing, read how to use the Sandbox below)

Sandbox/tests
  • 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.

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/

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

Para importar e usar no Postman

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://www.npmjs.com/package/autentique-v2-nodejs/v/1.0.9 (by the guys from vixting.com.br)

  2. PHP: https://github.com/sysborg/autentiquev2 (by Anderson Matheus Arruda)

If you find any issue with the documentation or the API, don’t hesitate to let us know at [email protected]

Last updated

Was this helpful?