GET
/
policy-validate
/
{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
required

UUID of the policy to validate

Response

200
application/json

Policy found. Returns minimal data about the policy.

The response is of type object.