cURL
curl --request GET \ --url https://{organization_id}.platform.barndoor.ai/api/v2/policies/summary \ --header 'Authorization: Bearer <token>'
{ "active": 0, "draft": 0, "inactive": 0, "archived": 0, "total": 0 }
Return summary counts of policies by status.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Summary counts of policies by status.