List of Cyber Policies
Endpoint URL
HTTP Method
GET
Path Parameters
cid_ext (string, required): External customer ID. This value uniquely identifies the customer whose cyber policies are being queried.
Request Headers
Content-Type: application/json
Authorization: Bearer <your_access_token>
Request Parameters
page (integer, optional, default:
1
): The page number for paginated results. Defaults to 1 if not provided.pageSize (integer, optional, default:
10
): The number of records per page. Defaults to 10 if not provided.sort (string, optional, default:
desc
): Sorts the policies by their creation date in descending order by defaultpolicyStatus (string, optional): The status code for filtering policies. Allowed values:
READY_FOR_PURCHASE
,ACTIVE
,CANCELED
,COMPLETED
policyName (string, optional): Filter results by the policy name.
Request Example
Success Response (200 OK)
Success Response (200 OK)
Success Response (200 OK): No Results Found
Error ResponsesUnauthorized (401 Unauthorized)
Internal Server Error (500 Internal Server Error)