List all access policies for a team.
cURL
curl --request GET \ --url https://public.api.serval.com/v1/teams/{team_id}/access-policies \ --header 'Authorization: Bearer <token>'
{ "accessPolicies": [ { "id": "<string>", "name": "<string>", "description": "<string>", "maxAccessMinutes": 123, "requireBusinessJustification": true } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the Serval team.
Success
The response is of type object.
object