GET
/
v5
/
company
curl --request GET \
  --url https://api.whop.com/api/v5/company \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "created_at": 123,
  "title": "<string>",
  "image_url": "<string>",
  "authorized_user": {
    "id": "<string>",
    "username": "<string>",
    "email": "<string>",
    "role": "<string>"
  },
  "route": "<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 company object, which will look like biz_*************

created_at
number
required

The date the company was created as a unix timestamp.

title
string
required

The title of the company

image_url
string

The URL of the company's image

authorized_user
object
route
string

The route to the company's first/default page