cURL
curl --request GET \ --url https://api.openquota.ai/v1/plans \ --header 'Authorization: Bearer <token>'
{ "plans": [ { "id": "<string>", "name": "<string>", "current_version_id": "<string>", "created_at": "2023-11-07T05:31:56Z" } ] }
Returns every active (non-archived) plan in the caller’s org, newest first.
Provide your API key as Authorization: Bearer <key>. Generate keys in the OpenQuota admin under Settings → API Keys.
Authorization: Bearer <key>
Active plans in this org.
Show child attributes