Get a specific access policy by ID.
cURL
curl --request GET \ --url https://public.api.serval.com/v2/access-policies/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "name": "<string>", "description": "<string>", "maxAccessMinutes": 123, "requireBusinessJustification": true, "recommendedAccessMinutes": 123 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the access policy.
Success
The access policy.
Show child attributes
The name of the access policy.
A description of the access policy.
The maximum number of minutes that access can be granted for.
Whether a business justification is required when requesting access.
The recommended duration in minutes for access requests (optional).
Was this page helpful?