Authentication
Overview
Authentication allows applications and services to securely communicate with the Evolix platform.
Every API request must include a valid access token.
Never expose private API keys in frontend applications or public repositories.
Bearer Tokens
API requests should include the Authorization header.
Example Request
Best Practices
Rotate Credentials
Generate new keys periodically to improve security.
Restrict Access
Provide only the permissions necessary for each integration.
Store Secrets Securely
Use a secrets manager rather than hardcoding credentials.