GET
/
v2
/
oauth
/
company

Headers

Authorization
string

A user's access token, which must be retrieved from the Whop OAuth2 authentication flow. You must prepend your key with the word 'Bearer', which will look like Bearer ***************************

Response

200 - application/json
id
string

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

title
string

The title of the Company

route
string

The URL route of the company. It will be whop.com/{route}

image_url
string

The avatar/logo of the Company

hostname
string

This is the custom domain connected to a Company

Was this page helpful?