Retrieve Company
Retrieves the company object that is selling the software. For example, if the company is “Larry’s Newsletters” and your software is a newsletter software, you can use this endpoint to pull attributes like company image, company description, etc from Larry’s Newsletters.
GET
Headers
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
Company model
This is the custom domain connected to a Company
The ID of the Company, which will look like biz_*************
The avatar/logo of the Company
The URL route of the company. It will be whop.com/{route}
The title of the Company
Was this page helpful?