---
title: "Get current org"
method: GET
path: "/v1/orgs/current"
tags: ["Orgs"]
---

# Get current org

`GET /v1/orgs/current`

Details about the Akahu Apply org that this API key belongs to.

## Response `200`

Success

- Org
  - `_id` string, required
  - `name` string, required
  - `logo` string — A URL referencing the org's logo in PNG format.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

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