Authenticate with API credentials to obtain a JWT token

Exchanges API credentials (API key and API secret) for a JWT authentication token. This endpoint is public and does not require authentication.

Authentication Flow:

  1. Send your API key and API secret in the request body
  2. Receive a JWT token that is valid for 1 hour
  3. Use this token as a Bearer token in the Authorization header for all other API requests

Token Details:

  • Tokens are valid for 1 hour from the time of issuance
  • Tokens contain your account ID and API key information
  • When a token expires, call this endpoint again to obtain a new token

Security:

  • Keep your API secret secure and never expose it in client-side code
  • Store API credentials securely on your server
  • Rotate your API credentials periodically for enhanced security
Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here!