Calling Card
List
Retrieve a paginated list of Calling Card records. Supports filtering, sorting, and search.
get/api/cp/calling-card
Query parameters
statusstring
Filter by Status
Response
Successful response
Example response
[
{
"id": 12345,
"account_id": 1,
"customer_rate_card": "example_customer_rate_card",
"credit": 99.99,
"status": "Active",
"template_customer_id": 1,
"min_activation": 99.99,
"multiplier": 99.99,
"addition": 99.99
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.