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 and X-Violet-App-Secret identify your application
Authentication 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