GET
/
v5
/
app
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>"
}

Authorizations

Authorization
string
header
required

App API key for /v5/app and /v5/company endpoints

Headers

x-whop-impersonate-app
string

The tag of the component app to impersonate

Response

200
application/json

A successful response

The response is of type object.