Authentication
The Violet API uses a JWT-based authentication system with refresh tokens to provide secure, long-term access to your applications. This system ensures your credentials remain secure while providing seamless API access.
Key Concepts
App Credentials:
X-Violet-App-Id
andX-Violet-App-Secret
identify your applicationAuthentication Token: Short-lived JWT token (24 hours) for API requests
Refresh Token: Long-lived token for obtaining new authentication tokens
Environment Separation: Different credentials for test and production environments
Last updated
Was this helpful?