Skip to main content
GET
/
v1
/
check-balance
Error
A valid request URL is required to generate request examples
{
  "message": "Authorization Header not present in request",
  "errors": null
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-biz-number
string

Response

401 - application/json
message
string
Example:

"Authorization Header not present in request"

errors
string
Example:

null