GET
/
v5
/
company
curl --request GET \
  --url https://{defaultHost}/v5/company \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "created_at": 123,
  "title": "<string>",
  "image_url": "<string>",
  "authorized_user": {
    "id": "<string>",
    "user_id": "<string>",
    "role": "owner"
  },
  "route": "<string>"
}

Authorizations

Authorization
string
header
required

App API key for /v5/app and /v5/company endpoints

Response

200 - application/json
company retrieved
id
string
required

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

created_at
number
required

The date the company was created.

title
string
required

The title of the company

image_url
string | null

The URL of the company's image

authorized_user
object
route
string | null

The route to the company's first/default page