Authentication
API endpoint authenticates requests using an API Key included in the X-Cloudbric-Key header.
Authentication Method
All API requests must include the X-Cloudbric-Key header with your API key:
X-Cloudbric-Key: <API_KEY>
API Key & IP Allowlist
An API Key and allowed source IPs are configured upon partner registration. Access to API endpoints is provided to pre-approved IPs with a valid API Key.
To manage allowed source IPs, please refer to the 'Auth' category in the API documentation.
Security Recommendations
- Store your API key securely and never expose it in client-side code.
- Contact your account manager to rotate your API key or update IP allowlist.
- Always use HTTPS in production environments.