axonpush
API referenceOrganization

GET /organization

GET
/organization

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/organization"
{  "$schema": "https://example.com/schemas/OrganizationDTO.json",  "createdAt": "string",  "description": "string",  "eventsQuotaMonthly": 0,  "name": "string",  "orgId": "string",  "plan": "string",  "retentionDays": 0,  "seatLimit": 0,  "slug": "string",  "subscriptionStatus": "string",  "updatedAt": "string"}