---
title: "Get client"
method: GET
path: "/v2/clients/{organizationId}"
tags: ["Clients API"]
---

# Get client

`GET /v2/clients/{organizationId}`

Retrieve a single client by its ID.

## Query parameters

- `embed` string, nullable

## Headers

- `idempotency-key` string

## Response `200`

The client object.

## Other responses

- `404` — No entity with this ID exists.
- `429` — Rate Limit has been reached.

---

[API](https://skmtc.net/mollie/apis/mollie-api.md) · [All operations](https://skmtc.net/mollie/apis/mollie-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mollie/mollie-api/versions/8b6839e22c14/schema)
