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