cURL
curl --request GET \ --url https://{defaultHost}/v5/app \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "created_at": 123, "name": "<string>", "company_id": "<string>", "icon_url": "<string>" }
Returns an App
App API key for /v5/app and /v5/company endpoints
The tag of the component app to impersonate
A successful response
The ID of the app, which will look like app_*************
The date the app was created.
The name of the app
The ID of the company, which will look like biz_*************
The URL of the app's icon
Was this page helpful?