Português (BR)
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": [ { "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" } ] }
Obtenha uma lista de todos os saques.
The access token received from the authorization server in the OAuth 2.0 flow.
"ba385b7c-cac1-4422-925d-7f707d8267d2"
Get Payouts
The response is of type object.
object