---
title: "Get permission"
method: GET
path: "/v2/permissions/{permissionId}"
tags: ["Permissions API"]
---

# Get permission

`GET /v2/permissions/{permissionId}`

Retrieve a single permission by its ID, and see if the permission is granted to the current access token.

> 🔑 Access with
>
> [Advanced access token](/reference/authentication)
>
> [OAuth access token](/reference/authentication)

## Query parameters

- `testmode` boolean

## Response `200`

The permission object.

## Other responses

- `404` — No entity with this ID exists.
- `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/versions/4b45df3039ef/schema)
