GET
/
v5
/
app
/
companies
/
{id}

Authorizations

Authorization
string
header
required

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
created_at
number
required

The date the company was created as a unix timestamp.

id
string
required

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

owner
object
required
title
string
required

The title of the company

authorized_user
object
has_payment_method
boolean

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

image_url
string

The URL of the company's image

route
string

The route to the company's first/default page