v1

latestOpenAPI 3.1.02026-07-24170121.2 MB

Get Payout Schedule

get/v1/payout/schedule

Response

200

Example response

{
  "data": [
    {
      "object": "PayoutSchedule",
      "id": "AQKqY1DGDqb1GabR",
      "interval": "days",
      "days_delay": 2,
      "days_cycle": 1,
      "payout_automatic": 1,
      "time_anchor": "17:30",
      "timezone_anchor": "EST",
      "created_at": 1723751054,
      "updated_at": 1723751054
    }
  ],
  "meta": {
    "pagination": {
      "total": 1,
      "count": 1,
      "per_page": 10,
      "current_page": 1,
      "total_pages": 1
    }
  }
}