Setup Voucher
List
Retrieve a paginated list of Setup Voucher records. Supports filtering, sorting, and search.
get/api/cp/setup/voucher
Query parameters
state'Active' | 'Inactive' | 'Used'
Filter by State
Response
Successful response
Example response
[
{
"id": 12345,
"code": "example_code",
"account_id": 1,
"end_date": "2025-01-17T10:30:00Z",
"state": "Active",
"description": "A detailed description of the resource",
"min_activation": 99.99,
"multiplier": 99.99,
"addition": 99.99
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.