---
title: "List payout sessions"
method: GET
path: "/admin/payments/sessions"
tags: ["payments"]
---

# List payout sessions

`GET /admin/payments/sessions`

## Response `200`

- object
  - `sessions` object[]
    - `id` integer — Payout session ID
    - `title` string — Title of the payout session
    - `description` string — Description of the payout session
    - `created_at` string — Date the session was created
    - `updated_at` string — Date the session was last updated

## Other responses

- `403` — Not authenticated

---

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