post
https://api.verisart.com/api/v1/auth
Exchanges API credentials (API key and API secret) for a JWT authentication token. This endpoint is public and does not require authentication.
Authentication Flow:
- Send your API key and API secret in the request body
- Receive a JWT token that is valid for 1 hour
- 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