Skip to main content

How to use the API Key

The CCCAMBOX TV Reseller API uses API keys to authenticate requests. To generate an API Key, please refer to API Keys page. All API requests should include your API key in an x-api-key HTTP header as follows, replacing $CCCAMBOX TV_API_KEY with your actual key:
x-api-key: $CCCAMBOX TV_API_KEY
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.