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 response is of type object.
object
Was this page helpful?