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
id
string
required

The ID of the app, which will look like app_*************

created_at
number
required

The date the app was created.

name
string
required

The name of the app

company_id
string
required

The ID of the company, which will look like biz_*************

icon_url
string | null

The URL of the app's icon