Retrieve policy details by ID
Fetches details of a policy based on the given ID. The policy must belong to the authenticated user's organization or be under its parent organization.
Path parameters
-
id
string Required The unique policy number identifier
GET
/api/v1/policy/{id}
curl \
--request GET https://ark.collegecanine.com/api/v1/policy/{id}
Response examples (200)
{
"number": 42,
"coverage": {},
"charges": [
{}
],
"organization": {}
}