cURL
curl --request GET \ --url https://api.obselite.com/v0/policies \ --header 'Authorization: Bearer <token>'
{ "cyclesEnabled": true, "featuresEnabled": true, "labelsEnabled": true, "languagesEnabled": true, "productsEnabled": true, "projectsEnabled": true, "statusGroupsEnabled": true, "technologiesEnabled": true, "tasksEnabled": true, "flatTeamsEnabled": true, "organization": {}, "team": {}, "activities": [ {} ] }
The API token generated from the Obselite dashboard
Successful response
The organization that owns this policy, following the organization schema
The team that this policy is associated with, following the team schema
Show child attributes