Authentication
The Cobi API uses API key authentication to secure all endpoints. This guide will show you how to authenticate your requests.Getting Your API Key
To get started with the Cobi API, you’ll need an API key:- Contact the Cobi team at [email protected]
- Provide your organization details and use case
- You’ll receive a unique API key for your organization
Using Your API Key
Include your API key in theAuthorization header of all requests:
Security Best Practices
- Keep your API key secure and never share it publicly
- Use environment variables to store your API key
- Rotate your API key if you suspect it has been compromised
- Use HTTPS for all API requests