Was this helpful?
Check if the balance code is valid.
/subscription/check-balance-code
curl -L \ --request POST \ --url 'https://api.bringyour.com/subscription/check-balance-code' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json'
{ "balance": { "start_time": "text", "end_time": "text", "balance_byte_count": 1 }, "error": { "message": "text" } }