axonpush
API referenceApps

POST /apps

POST
/apps

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/problem+json

curl -X POST "https://example.com/apps" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
{  "$schema": "https://example.com/schemas/AppDTO.json",  "appId": "string",  "createdAt": "string",  "creatorUserId": "string",  "name": "string",  "orgId": "string",  "updatedAt": "string"}