GET
/
v5
/
app
/
companies
/
{id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the Company, which will look like biz_*************

Response

200 - application/json
id
string
required

The ID of the company object, which will look like biz_*************

created_at
number
required

The date the company was created as a unix timestamp.

title
string
required

The title of the company

image_url
string

The URL of the company's image

authorized_user
object
has_payment_method
boolean

Whether or not the company has a payment method on file to charge for metered billing usage.

route
string

The route to the company's first/default page