Authorization
To access our API, you'll need a valid JWT token. Here's how to get started:
Request a Token: Contact our team to request a token. We will provide you with a JWT that has an expiration time.
Use the Token: Once you have the token, include it in the
Authorizationheader 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?
