DotsDocs
Apps

Retrieve an App

Retrieve an app in your organization by its ID

GET
/v2/apps/{app_id}

Retrieve an app in your organization by its ID

AuthorizationBasic <token>

In: header

Path Parameters

app_id*string

ID of the app to retrieve

FormatUUID

Response Body

application/json

curl -X GET "https://example.com/v2/apps/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  }}