GET
https://api.whop.com/api
/
v2
/
company
curl --request GET \
  --url https://api.whop.com/api/v2/company
{
  "id": "<string>",
  "title": "<string>",
  "route": "<string>",
  "image_url": "<string>",
  "hostname": "<string>"
}

Headers

Authorization
string

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 ***************************

Response

200 - application/json

Retrieve a Company

Company model