Skip to main content
GET
/
v1
/
payouts
/
requirements
/
{country}
Per-country beneficiary requirements
curl --request GET \
  --url https://api.example.com/v1/payouts/requirements/{country} \
  --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>

Path Parameters

country
string
required
Required string length: 2

Response

Requirements document.