# CCCAMBOX TV RESELLER API - BETA ## Docs - [Create Line](https://docs.cccambox.com/api-reference/line-management/create-line.md): Create a regular line and deduct corresponding credits based on the chosen duration. - [Create Trial Line](https://docs.cccambox.com/api-reference/line-management/create-trial-line.md): Create a trial line but does not deduct any credits. - [Extend Line](https://docs.cccambox.com/api-reference/line-management/extend-line.md): Extend Line expiration date. - [Get Line Info](https://docs.cccambox.com/api-reference/line-management/get-line-info.md): Allows to fetch all details associated with a specific line. - [Get Lines](https://docs.cccambox.com/api-reference/line-management/get-lines.md): Fetch a list of all lines. - [Remove Line](https://docs.cccambox.com/api-reference/line-management/remove-line.md): Permanently delete a line from the system. - [Simulate Create Line Cost](https://docs.cccambox.com/api-reference/line-management/simulate-create-line-cost.md): Return the credit cost of creating a regular line without persisting it. - [Simulate Create Trial Line Cost](https://docs.cccambox.com/api-reference/line-management/simulate-create-trial-line-cost.md): Return the credit cost of creating a trial line without persisting it. - [Simulate Extension Cost](https://docs.cccambox.com/api-reference/line-management/simulate-extension-cost.md): Return the cost of extending the line for the specified duration. - [Simulate Upgrade Cost](https://docs.cccambox.com/api-reference/line-management/simulate-upgrade-cost.md): Return the cost of the upgrade of the line. - [Suspend Line](https://docs.cccambox.com/api-reference/line-management/suspend-line.md): Temporarily disable access for a line. - [Unsuspend Line](https://docs.cccambox.com/api-reference/line-management/unsuspend-line.md): Unsuspend access for a line. - [Update Line](https://docs.cccambox.com/api-reference/line-management/update-line.md): Update line's info. - [Upgrade Line](https://docs.cccambox.com/api-reference/line-management/upgrade-line.md): Add or remove extra connections - [Get Available Bouquets](https://docs.cccambox.com/api-reference/overview/get-available-bouquets.md): Get Available Bouquets details - [Get Credits](https://docs.cccambox.com/api-reference/overview/get-credits.md): Deprecated: use GET /v1/me instead. Retrieve the current number of credits available to the authenticated entity. - [Get My Information](https://docs.cccambox.com/api-reference/overview/get-my-information.md): Retrieve information for the authenticated account. - [Get Packages](https://docs.cccambox.com/api-reference/overview/get-packages.md): Return available packages with their base price and extra connection cost. - [API Changelog](https://docs.cccambox.com/doc/api-changelog.md) - [API Keys](https://docs.cccambox.com/doc/api-keys.md): Learn how to create, use, store, and rotate API keys for the CCCAMBOX TV Reseller API. - [Authentication](https://docs.cccambox.com/doc/authentification.md): Learn how to authenticate requests to the CCCAMBOX TV Reseller API using your API key. - [Error Handling](https://docs.cccambox.com/doc/error-handling.md): Learn how the CCCAMBOX TV Reseller API reports errors, which status codes to expect, and how to handle error responses correctly. - [Introduction](https://docs.cccambox.com/doc/introduction.md): Start here to understand what the CCCAMBOX TV Reseller API does, how to make your first request, and where to find each part of the documentation. - [Making Requests](https://docs.cccambox.com/doc/making-requests.md): Learn how to send your first authenticated request to the CCCAMBOX TV Reseller API using cURL. - [Pagination](https://docs.cccambox.com/doc/pagination.md): Learn how offset-based pagination works in the CCCAMBOX TV Reseller API and how to navigate between result pages. - [Protocol](https://docs.cccambox.com/doc/protocol.md): Learn which HTTP methods, headers, transport rules, and payload formats the CCCAMBOX TV API expects. - [Rate Limiting](https://docs.cccambox.com/doc/rate-limit.md): We use rate limiting to safeguard the stability of our API. - [Request IDs](https://docs.cccambox.com/doc/request-ids.md): Learn what request IDs are, where to find them, and why they are useful when troubleshooting API issues. - [Versioning](https://docs.cccambox.com/doc/versionning.md): Understand how API versions work, what changes are considered breaking, and how to build integrations that remain compatible over time. ## OpenAPI Specs - [openapi](https://docs.cccambox.com/openapi.json) ## Optional - [Website](https://cccambox.com/iptv-resellers)