Page cover

Authorization

To access our API, you'll need a valid JWT token. Here's how to get started:

  1. Request a Token: Contact our team to request a token. We will provide you with a JWT that has an expiration time.

  2. Use the Token: Once you have the token, include it in the Authorization header of your HTTP requests as a Bearer token:

    Authorization: Bearer YOUR_TOKEN_HERE

With the token in place, you can securely interact with our API endpoints.

Last updated

Was this helpful?