---
title: "List permissions"
method: GET
path: "/v2/permissions"
tags: ["Permissions API"]
---

# List permissions

`GET /v2/permissions`

Retrieve a list of all permissions available to the current access token.

The results are **not** paginated.

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

## Response `200`

A list of permission objects.

## Other responses

- `400` — The request contains issues. For example, if the specified `from` value is not a valid ID.
- `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)
