---
title: "List mandates"
method: GET
path: "/v3/mandates"
tags: ["Mandates"]
---

# List mandates

`GET /v3/mandates`

List all the mandates associated to the client used.
This API must be called using a backend bearer token.

## Query parameters

- `user_id` string — Unique ID for the User
- `cursor` string — cursor used for pagination purposes that represents the first item of the page. Returned as `next_cursor` in the response payload of endpoints supporting pagination. Not required to access the first page of items.
- `limit` integer — Maximum number of items included in the returned window. Should be greater than 0 and less than 50. If not set, a default of 25 is considered.

## Response `200`

Mandates list

## Other responses

- `400` — Invalid Parameters
- `401` — Unauthenticated
- `403` — Forbidden
- `500` — Unknown Error

---

[API](https://skmtc.net/truelayer/apis/authentication-server.md) · [All operations](https://skmtc.net/truelayer/apis/authentication-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/truelayer/authentication-server/revisions/5f6051515b2c/schema)
