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.

Last updated

Was this helpful?