axonpush
API referenceAdmin

GET /admin/orgs

GET
/admin/orgs

Query Parameters

q?string

Filter by name or slug

Response Body

application/json

application/problem+json

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"    }  ]}