cURL
curl --request POST \ --url https://api.us.vartiq.com/apps \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>", "description": "<string>", "projectId": "<string>" } '
{ "success": true, "message": "<string>", "data": { "id": "<string>", "name": "<string>", "description": "<string>", "environment": "<string>", "createdAt": "<string>", "updatedAt": "<string>" } }
Show Properties
{ "success": true, "message": "App created successfully", "data": { "id": "app_01JT3854RQEQC8BXN79H2B1YSV", "name": "second app", "description": "", "environment": "development", "createdAt": "2025-04-30T11:43:46.469Z", "updatedAt": "2025-04-30T11:43:46.469Z" } }