API Authentication

This section outlines how to authenticate with our GraphQL API.

Our GraphQL API uses bearer token authentication to ensure secure access. To obtain a bearer token, please contact our support team. Each token is issued specifically for a designated tenant (organization) and can only be used for that tenant’s data.

To authenticate, include the bearer token in the Authorization header of each request:

Example request header:

Authorization: Bearer YOUR_ACCESS_TOKEN

ℹ️ The bearer token is valid only for the tenant for which it was issued. It cannot be used to access data from other tenants. Tokens do not expire, providing persistent access as long as they remain valid and secure. For any issues with tokens or access, or to request tokens for different tenants, please reach out to our support team for assistance.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us