---
title: "Returns your company information"
method: GET
path: "/my/company"
tags: ["My"]
---

# Returns your company information

`GET /my/company`

## Response `200`

Company

- object
  - `data` Company — Available relations: assignments, assignment_tags, employees, employee_groups, employee_logs, employee_calendars, assignment_recurring_rules, absence_recurring_rules, projects, tools, tool_groups, notes, vehicles, articles, article_groups, documents, documentations, absences, absence_types, absence_account_times, employee_absence_account_balances, licenses, customers, timesheets, customer_addresses, integration_configurations, uploads, settings, last_payment, settings_pdf, settings_break_rules, settings_notifications, documentation_signatures, integrations, timesheet_activity_types, employee_balance_compensations, employee_time_account_balances, logo, logo_for_dark, changelog, test_activations
    - `id` integer — ID
    - `name` string — Company name
    - `addon` string — Add-on
    - `logo_id` integer — Logo
    - `logo_for_dark_id` integer — Dark logo
    - `street` string — Street and no.
    - `zip` string — ZIP code
    - `city` string — City
    - `province` string, nullable — State/Province
    - `country` string — Country
    - `lat` number, float — Latitude
    - `lng` number, float — Longitude
    - `timezone` string — Time zone
    - `email` string — Email
    - `phone` string — Phone
    - `website` string, nullable — Website
    - `first_line` string — First line
    - `icon` string — Icon
    - `color` string — Color
    - `contrast_color` 'dark' | 'white' — Contrast color
    - `custom_number` string — Custom number
    - `picture_is_avatar` boolean — Picture is avatar
    - `locale` 'de_DE' | 'en_US' | 'pl_PL' | 'uk_UA' | 'ro_RO' | 'es_ES' — Language
    - `type` 'DEMONSTRATION' | 'TESTING' | 'PAYING' | 'INTERNAL' | 'CANCELLED' — Type
    - `plan_name` 'CORE' | 'PRO' — Subscription
    - `next_plan_name` 'CORE' | 'PRO', nullable — Next plan name
    - `vat_number` string, nullable — VAT number
    - `tax_number` string, nullable — Tax number
    - `trade_register_number` string, nullable — Trade register number
    - `executive_director` string, nullable — Executive director
    - `jurisdiction` string, nullable — Jurisdiction
    - `info` string, nullable — Information
    - `promo_code` string, nullable — Promo code
    - `days_until_expiration` integer — Days until expiration
    - `is_expired` boolean — Expired
    - `expires` string, date-time, nullable — Expires at
    - `delete_on` string, date-time, nullable — Delete date
    - `type_changed_at` string, date-time, nullable — Converted
    - `created_at` string, date-time — Created
    - `updated_at` string, date-time — Updated

## Other responses

- `401` — The request lacks valid authentication credentials.
- `403` — The token is valid but lacks the permission for this action.
- `500` — An unexpected error occurred on the server (e.g. a requested relation does not exist).

---

[API](https://skmtc.net/craftboxx/apis/craftboxx-api-documentation.md) · [All operations](https://skmtc.net/craftboxx/apis/craftboxx-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/craftboxx/craftboxx-api-documentation/revisions/e33adbfca4e8/schema)
