If you do not already have an API key, please reach out to our team via email or Slack.
Authentication
Cardinal Gray supports API-key and Clerk session authentication. For server-to-server API access, send your API key in theAuthorization header:
Authorization: Basic YOUR_API_KEY.
For Clerk-authenticated sessions, send either a Clerk JWT as a bearer token or the Clerk __session cookie:
Base URLs
- Production:
https://api.cardinalgray.com - Staging:
https://api.cardinalzyn.com