Authentication

Leverage the power of Gatenox API to create integrations with your company's tools and services.

The Gatenox API uses company access tokens to authenticate requests. You can view and manage your access tokens in the Company information tab in the Settings menu of your Gatenox company account.

API requests are authenticated using the Bearer Auth scheme. To authenticate a request, provide the token in the Authorization header of the request:

curl -H "Authorization: Bearer <your_access_token>" https://api.app.gatenox.com/api/v1/verifications

Access tokens are tied to the Gatenox company account for which they were created. A token provides full level of access to its associated Gatenox company account.

Please be sure to keep your API access tokens secure! Do not share them in emails, chat messages, client-side code, or publicly accessible sites.

If you have accidentally shared an API access token publicly, you can revoke it in the Company information of your Gatenox company account by clicking the "Block API key" link next to the token.

Last updated