GET
/
payouts
curl --request GET \
  --url https://public-api.kiwify.com/v1/payouts \
  --header 'Authorization: Bearer <token>' \
  --header 'x-kiwify-account-id: <api-key>'
{
  "pagination": {
    "count": 10,
    "page_number": 1,
    "page_size": 10
  },
  "data": [
    {
      "id": "4d569345-2002-4620-9e73-8d1a255af5c0",
      "amount": 99633,
      "status": "pending_review",
      "legal_entity_id": "d644de3d-9a02-46b1-aed4-72785fe8828f",
      "created_at": "2023-06-26T15:47:23.489Z",
      "updated_at": "2023-07-13T14:15:24.570Z"
    }
  ]
}

Authorizations

x-kiwify-account-id
string
header
required
Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

Example:

"ba385b7c-cac1-4422-925d-7f707d8267d2"

page_size
string
page_number
string

Response

200
application/json
Get Payouts
pagination
object
data
any[]
Example:
[]