---
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.

## Headers

- `idempotency-key` string

## 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.

## Changes

> 78 revisions in range; 9 not diffed.

- **2026-07-08** `1bcb76dbe9ea` — 1 breaking
  - the `count` response property's min was decreased from `1.00` to `0.00` for the response status `200`
- **2026-06-11** `4cedd56d8fd9` — 3 info
  - the response property `_embedded/permissions/items/_links/self` became required for the status `200`
  - the response property `_links/documentation` became required for the status `200`
  - the response property `_links/self` became required for the status `200`
- **2026-05-19** `7cab62b21830` — 1 info
  - added the non-success response with the status `429`
- **2026-05-12** `ef4b5a97b56a` — 2 info
  - the endpoint scheme security `advancedAccessToken` was added to the API
  - the endpoint scheme security `organizationAccessToken` was removed from the API

[Change history](https://skmtc.dev/mollie/apis/mollie-api/changes/v2/permissions/get.md)

---

[API](https://skmtc.dev/mollie/apis/mollie-api.md) · [All operations](https://skmtc.dev/mollie/apis/mollie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mollie/mollie-api/revisions/c7210fff5e59/schema)
