---
title: "Get company details"
method: GET
path: "/v2/company"
tags: ["Company"]
---

# Get company details

`GET /v2/company`

Retrieve information about this company. A company represents your Kaleyra Video instance and includes global configurations. See <a href="https://developers.kaleyra.io/reference/video-important-concepts#company">this page</a> for more information.

## Response `200`

- object
  - `name` string — Name of the company.
  - `default_language` 'en' | 'it' | 'es' | 'pt' — Default language of the company and users created.
  - `logos` object — Logo details of a company.
    - `light_url` string — URL of the logo for the light theme.
    - `dark_url` string — URL of the logo for the dark theme.
  - `default_background` object, nullable — Default virtual background of a company.
    - `background_alias` string — Virtual background identifier.
    - `url` string, url — Virtual background resource URL.
    - `creation_date` string, date-time — Creation date of the virtual background.
  - `end_call_redirect_url` string, nullable — End call redirection URL.
  - `end_call_redirect_timeout_ms` integer — End call redirection timeout.
  - `user_details_provider_url` string, nullable — Endpoint of the service that provides user details (display name and avatar) of users. See <a href='https://developers.kaleyra.io/reference/video-server-side-user-details-provider'>this page</a> for more information. **The response body of this service is treated as PII/PHI**
  - `max_plus_users` integer — The maximum number of plus users a company can have. A value of 0 indicates unlimited capacity for plus users.
  - `current_month_plus_users` integer — Currently enabled Plus Users for the ongoing month

## Other responses

- `401` — Unauthorized
- `404` — Company not found
- `429` — Too Many request

---

[API](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis.md) · [All operations](https://skmtc.net/kaleyra/apis/kaleyra-io-sms-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kaleyra/kaleyra-io-sms-apis/revisions/d9b785884d03/schema)
