Setup Cx Packages
List
Retrieve a paginated list of Setup Cx Packages records. Supports filtering, sorting, and search.
get/api/cp/setup/cx-package
Response
Successful response
Example response
[
{
"id": 12345,
"account_id": 1,
"cx_package_id": 1,
"qty": 123,
"max_daily_qty": 123
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.