# Get all subscriptions Retrieves the list of subscriptions associated with the authenticated API Key Endpoint: GET /subscription Version: 1.0.0 Security: ApiKeyAuth ## Response 401 fields (*/*): - `id` (string) - `secret` (string) - `callbackUrl` (string) - `status` (string) - `statusMessage` (string) - `webhooks` (array) - `webhooks.eventType` (object) - `webhooks.eventType.appName` (string) - `webhooks.eventType.eventDomain` (string) - `webhooks.eventType.resource` (string) - `webhooks.eventType.eventName` (string) - `webhooks.eventType.semanticName` (string) ## Response 200 fields