axonpush
API referenceApps

GET /apps/{appId}

GET
/apps/{appId}

Path Parameters

appId*string

Response Body

application/json

application/problem+json

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