GET
/
v5
/
app
curl --request GET \
  --url https://api.whop.com/api/v5/app \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "created_at": 123,
  "name": "<string>",
  "company_id": "<string>",
  "icon_url": "<string>"
}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
id
string
required

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

created_at
number
required

The date the app was created as a unix timestamp.

name
string
required

The name of the app

company_id
string
required

The ID of the company that owns this app, which will look like biz_*************

icon_url
string

The URL of the app's icon