Português (BR)
cURL
curl --request GET \ --url https://public-api.kiwify.com/v1/balance/{legal_entity_id} \ --header 'Authorization: Bearer <token>' \ --header 'x-kiwify-account-id: <api-key>'
{ "available": 236961, "pending": 4621, "legal_entity_id": "8dcb67d3-9217-4a0e-8f7c-916cf58f415c" }
Consulte um saldo específico da sua conta, passando o legal_entity_id.
The access token received from the authorization server in the OAuth 2.0 flow.
Balance data
The response is of type object.
object