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

The response is of type object.