GET
/
balance
/
{legal_entity_id}
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"
}

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.

Path Parameters

Response

200
application/json
Balance data
available
number
Example:

236961

pending
number
Example:

4621

Example:

"7ff9e8be-3249-47d3-ac05-aeae816975fc"