cURL
curl --request POST \ --url https://api.turnkey.com/public/v1/query/list_policies \ --header 'Content-Type: application/json' \ --header 'X-Stamp: <api-key>' \ --data ' { "organizationId": "<string>" } '
{ "policies": [ { "policyId": "<string>", "policyName": "<string>", "effect": "EFFECT_ALLOW", "createdAt": { "seconds": "<string>", "nanos": "<string>" }, "updatedAt": { "seconds": "<string>", "nanos": "<string>" }, "notes": "<string>", "consensus": "<string>", "condition": "<string>" } ] }
List all Policies within an Organization
Unique identifier for a given Organization.
A successful response.
A list of Policies.
Show child attributes
Was this page helpful?