---
title: "Get current organization"
method: GET
path: "/v2/organizations/me"
tags: ["Organizations API"]
---

# Get current organization

`GET /v2/organizations/me`

Retrieve the currently authenticated organization. A convenient alias of the [Get organization](get-organization) endpoint.

For a complete reference of the organization object, refer to the [Get organization](get-organization) endpoint documentation.

> 🔑 Access with
>
> [Advanced access token with **organizations.read**](/reference/authentication)
>
> [OAuth access with **organizations.read**](/reference/authentication)

## Response `200`

The current organization object.

## Other responses

- `429` — Rate Limit has been reached.

---

[API](https://skmtc.net/mollie/apis/accepting-payments.md) · [All operations](https://skmtc.net/mollie/apis/accepting-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mollie/accepting-payments/revisions/4b45df3039ef/schema)
