Companies
Retrieve a Company
Returns a company
GET
/
v5
/
app
/
companies
/
{id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the Company, which will look like biz_*************
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
Whether or not the company has a payment method on file to charge for metered billing usage.
The route to the company's first/default page
Was this page helpful?