---
title: "Get your Organization details"
method: GET
path: "/v3/organizations/me"
tags: ["Organization"]
---

# Get your Organization details

`GET /v3/organizations/me`

Retrieves the Organization information for the current user.

## Headers

- `orderful-api-key` string, required

## Response `200`

Organization details.

- GetOrganizationMeResponseV3 — Organization details for the current user.
  - `id` string, required — Unique organization identifier.
  - `name` string, required — Organization name.
  - `ediAccounts` GetOrganizationMeEdiAccount[], required — EDI accounts belonging to the organization.
    - `id` string, required — EDI account ID.
    - `name` string, required — EDI account name.
    - `liveIsaId` string, required — Live ISA ID.
    - `testIsaId` string, required — Test ISA ID.

---

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