POST
/
v2
/
balance
Consultar saldo (formato API v2)
curl --request POST \
  --url https://seu-dominio.com/v2/balance \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "statusCode": 200,
  "message": {
    "balance": "1234.56"
  }
}

Authorizations

Authorization
string
header
required

Token retornado por POST /v2/oauth/token

Body

application/json

The body is of type object.

Response

200 - application/json

OK

statusCode
integer
Example:

200

message
object