Skip to main content
To interact with the API you must authenticate each request using an API key to ensures all requests are linked to your organization.

API base URL

All requests must be sent to https://proxy.cci.prem.io

Required headers

You must include your API key in the Authorization header of every request:
Authorization: YOUR_API_KEY
Requests must be made over HTTPS.

Example: /auth/debug_token Endpoint

Use the /auth/debug_token endpoint to debug your authenticated request
cURL
curl -X GET https://proxy.cci.prem.io/auth/debug_token \
  -H "Authorization: Bearer YOUR_API_KEY"