Skip to main content
GET
/
v1
/
payouts
List payouts (mock)
curl --request GET \
  --url https://api.example.com/v1/payouts \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.clevis.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. Send your API key as: Authorization: Bearer <your_api_key>

Query Parameters

status
string | null
external_id
string | null
country
string | null
limit
integer
default:20
Required range: 1 <= x <= 100
cursor
string | null

Response

Paginated payout list.