---
title: "Get profile"
method: GET
path: "/v2/profiles/{profileId}"
tags: ["Profiles API"]
---

# Get profile

`GET /v2/profiles/{profileId}`

Retrieve a single profile by its ID.

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

## Query parameters

- `testmode` boolean

## Other responses

- `404` — No entity with this ID exists.
- `410` — The requested resource is no longer available. The profile associated with the ID has been deleted and cannot be accessed.
- `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)
