axonpush
API referenceUser

GET /users/me/organizations

GET
/users/me/organizations

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/users/me/organizations"
{  "$schema": "https://example.com/schemas/UserOrgsOutputBody.json",  "organizations": [    {      "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"      },      "role": "string"    }  ]}