API referenceAdmin
GET /admin/orgs
curl -X GET "https://example.com/admin/orgs"{ "$schema": "https://example.com/schemas/SearchOrgsOutputBody.json", "orgs": [ { "billingMonthlyAmountUsd": 0.1, "billingNotes": "string", "createdAt": "string", "eventsQuotaMonthly": 0, "eventsQuotaMonthlyOverride": 0, "eventsQuotaUsedCurrent": 0, "name": "string", "orgId": "string", "plan": "string", "retentionDays": 0, "retentionDaysOverride": 0, "seatLimit": 0, "seatLimitOverride": 0, "slug": "string", "subscriptionStatus": "string", "trialEndsAt": "string", "updatedAt": "string" } ]}