---
title: "Retrieves an organization"
method: GET
path: "/organizations/self"
tags: ["Organizations"]
---

# Retrieves an organization

`GET /organizations/self`

Returns the organization profile for the API credentials in use (the “current” org).
Use this to confirm organization id, display name, and other org-level settings in integrations.

## Response `200`

OK

- Organization
  - `id` string, uuid, required
  - `currency` string, required — Currency code following ISO-4217
  - `timezone` string, required
  - `trade_name` string, required

## Other responses

- `default` — Error

---

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