cURL
curl --request GET \ --url https://api.example.com/customers/{customerId}/balance
{ "balance": 123 }
The customer id
The customer balance
Was this page helpful?