cURL
curl --request GET \ --url https://app.kosli.com/api/v2/policies/{org} \ --header 'Authorization: Bearer <token>'
[ { "name": "<string>", "description": "<string>", "created_by": "<string>", "created_at": 123, "last_modified_at": 123, "archived": false, "versions": [], "events": [], "consuming_envs": [] } ]
List Policies in an organization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes
Was this page helpful?