Pular para o conteúdo principal
GET
/
payouts
cURL
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": []
}

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

Get Payouts

pagination
object
data
any[]
Example:
[]