---
title: "Get mandate"
method: GET
path: "/v3/mandates/{id}"
tags: ["Mandates"]
---

# Get mandate

`GET /v3/mandates/{id}`

Returns a mandate with the stated ID.

This endpoint can be called either by the regular `backend token` or the `mandate token` for that mandate.

## Path parameters

- `id` string, required

## Response `200`

Mandate

## Other responses

- `400` — Invalid Parameters
- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Mandate Not Found
- `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)
