---
title: "List payment links"
method: GET
path: "/v2/payment-links"
tags: ["Payment Links API"]
---

# List payment links

`GET /v2/payment-links`

Retrieve a list of all payment links.

The results are paginated.

## Query parameters

- `from` string
- `limit` integer, nullable
- `testmode` boolean

## Headers

- `idempotency-key` string

## Response `200`

A list of payment link 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

> 79 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-05-19** `7cab62b21830` — 1 info
  - added the non-success response with the status `429`
- **2026-05-12** `ef4b5a97b56a` — 3 info
  - the endpoint scheme security `advancedAccessToken` was added to the API
  - the endpoint scheme security `organizationAccessToken` was removed from the API
  - removed `subschema #2` from the `_embedded/payment_links/items/` response property `allOf` list for the response status `200`

[Change history](https://skmtc.dev/mollie/apis/mollie-api/changes/v2/payment-links/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/b7497b77b18f/schema)
