Apps
Retrieve an App
Retrieve an app in your organization by its ID
Retrieve an app in your organization by its ID
Authorization
api_key AuthorizationBasic <token>
In: header
Path Parameters
app_id*string
ID of the app to retrieve
Format
UUIDResponse 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 }}Empty