Skip to main content
GET
/
external
/
api
/
v1
/
policies
/
cyber
/
{cid_ext}
/
customer
List of Cyber Policies
curl --request GET \
  --url https://public-api.cloudidr.com/external/api/v1/policies/cyber/{cid_ext}/customer \
  --header 'Authorization: Bearer <token>'
{
"title": "withResults",
"description": "Paginated list of cyber policies"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

cid_ext
string
required

External customer ID. This value uniquely identifies the customer whose cyber policies are being queried.

Query Parameters

page
integer
default:1

The page number for paginated results. Defaults to 1 if not provided.

pageSize
integer
default:10

The number of records per page. Defaults to 10 if not provided.

sort
enum<string>
default:desc

Sorts the policies by their creation date in descending order by default.

Available options:
asc,
desc
policyStatus
enum<string>

The status code for filtering policies. Allowed values: READY_FOR_PURCHASE, ACTIVE, CANCELED, COMPLETED.

Available options:
READY_FOR_PURCHASE,
ACTIVE,
CANCELED,
COMPLETED
policyName
string

Filter results by the policy name.

Response

Success - Returns paginated list of cyber policies