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 Authorization header of your HTTP requests as a Bearer token:
Authorization
Authorization: Bearer YOUR_TOKEN_HERE
With the token in place, you can securely interact with our API endpoints.
Last updated 1 year ago
Was this helpful?