Retrieve a paginated list of cyber/DR policies for a specific customer with optional filtering and sorting.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
External customer ID. This value uniquely identifies the customer whose cyber policies are being queried.
The page number for paginated results. Defaults to 1 if not provided.
The number of records per page. Defaults to 10 if not provided.
Sorts the policies by their creation date in descending order by default.
asc, desc The status code for filtering policies. Allowed values: READY_FOR_PURCHASE, ACTIVE, CANCELED, COMPLETED.
READY_FOR_PURCHASE, ACTIVE, CANCELED, COMPLETED Filter results by the policy name.
Success - Returns paginated list of cyber policies