Skip to main content
GET
/
policy-validate
/
{policy}
Validate a policy
curl --request GET \
  --url https://api.altostrat.io/policy-validate/{policy} \
  --header 'Authorization: Bearer <token>'
{
  "id": "472bd5e2-3562-48a3-b888-6349a93cd241",
  "customer_id": "9fa63d26-154b-4ebf-89df-720cb1b185b2",
  "name": "Default Policy"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

policy
string<uuid>
required

UUID of the policy to validate

Response

Policy found. Returns minimal data about the policy.

id
string<uuid>
customer_id
string<uuid>
name
string
I