---
title: "Get authorization flow"
method: GET
path: "/v3/payouts/{id}/authorization-flow"
tags: ["Payouts"]
---

# Get authorization flow

`GET /v3/payouts/{id}/authorization-flow`

Get the authorization flow for a payout.

This API can be called using the `resource_token` associated with the payout you are trying to fetch.

## Path parameters

- `id` string, required — Unique ID for the Payout

## Response `200`

Perform payout authorization action

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Authorization flow 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)
