DotsDocs
Apps

Create an App

Create an app in your organization

POST
/v2/apps

Create an app in your organization

AuthorizationBasic <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v2/apps" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "name": "string",  "status": "created",  "metadata": "string",  "settings": {    "payout_options_exclude_list": [      "ach"    ],    "auto_refill_active": true,    "refill_amount": 0,    "refill_threshold": 0  }}