Company
Retrieve the current company
Returns a company
GET
/
v5
/
company
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
The ID of the company object, which will look like biz_*************
The date the company was created as a unix timestamp.
The title of the company
The URL of the company's image
The route to the company's first/default page
Was this page helpful?