axonpush
API referenceApps

GET /apps

GET
/apps

Response Body

application/json

application/problem+json

curl -X GET "https://example.com/apps"
{  "$schema": "https://example.com/schemas/ListAppsOutputBody.json",  "apps": [    {      "$schema": "https://example.com/schemas/AppDTO.json",      "appId": "string",      "createdAt": "string",      "creatorUserId": "string",      "name": "string",      "orgId": "string",      "updatedAt": "string"    }  ]}