---
title: "Get current organization"
method: GET
path: "/api/v1/organization/profile"
tags: ["Organizations"]
---

# Get current organization

`GET /api/v1/organization/profile`

Retrieve information about the organization associated with the authentication token

## Response `200`

Organization details

- Organization
  - `id` integer, required — Organization unique identifier
  - `name` string, required — Organization name
  - `description` string — Organization description
  - `parentOrganizationId` integer — Parent organization ID (for hierarchical structure)
  - `tz` string, required — A timezone, associated with the organization
  - `unitSystem` 'IMPERIAL' | 'METRIC' — Unit system used in the organization.
  - `phoneNumber` string — Phone number, associated with the organization.
  - `address` Address
    - `fullAddress` string — Full address
    - `country` string — Country name
    - `city` string — City name
    - `state` string — State or province
    - `zip` string — Postal code
  - `lastModifiedTs` integer, required — Timestamp, indicating the time, when the organization was modified last time (Unix epoch milliseconds)

## Other responses

- `403` — Forbidden
- `429` — Too many requests
- `500` — Internal server error

---

[API](https://skmtc.dev/blynk/apis/blynk-platform-api.md) · [All operations](https://skmtc.dev/blynk/apis/blynk-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blynk/blynk-platform-api/revisions/d8640cc48a13/schema)
