Check balance code

post

Check if the balance code is valid.

Authorizations
Body
secretstringOptional
Responses
200Success
application/json
post
POST /subscription/check-balance-code HTTP/1.1
Host: api.bringyour.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 17

{
  "secret": "text"
}
200Success
{
  "balance": {
    "start_time": "text",
    "end_time": "text",
    "balance_byte_count": 1
  },
  "error": {
    "message": "text"
  }
}

Was this helpful?