The Cariqa Connect API uses JWT-based Bearer tokens for authentication. All requests to protected endpoints must include a valid token in theDocumentation Index
Fetch the complete documentation index at: https://cariqa.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header.
Access Token
- Contact Cariqa to request an Access Token
- Tokens are provided through private communication channels during onboarding
Using the Bearer Token
Include the Authorization header in all API requests:Token Expiration
- Access tokens are currently issued without an expiration date
- Tokens may be revoked by the Cariqa team upon client request
- Multiple tokens can be issued for service continuity and zero-downtime rotation
Security Recommendations
- Store secrets in a secure environment
- Use HTTPS for all API requests
- Rotate credentials periodically
- Do no log sensitive credentials
