cURL
curl --request GET \ --url https://api.whop.com/api/v2/company
{ "id": "<string>", "title": "<string>", "route": "<string>", "image_url": "<string>", "hostname": "<string>" }
Returns the Company that is attached the the API key.
Your API key, which can be found on the Whop Business Dashboard. You must prepend your key with the word 'Bearer', which will look like Bearer ***************************
Bearer ***************************
Retrieve a Company
Company model
The ID of the Company, which will look like biz_*************
biz_*************
The title of the Company
The URL route of the company. It will be whop.com/{route}
The avatar/logo of the Company
This is the custom domain connected to a Company
Was this page helpful?