Pular para o conteúdo principal
GET
/
v1
/
balance
Obter Saldo
curl --request GET \
  --url https://api.example.com/v1/balance \
  --header 'x-access-id: <api-key>'
{
  "account": {
    "amount_in_cents": 123,
    "currency": "<string>",
    "id": "<string>",
    "updated": "2023-11-07T05:31:56Z"
  }
}

Autorizações

x-access-id
string
header
obrigatório

UUID of the service account (e.g., 550e8400-e29b-41d4-a716-446655440000)

Resposta

Balance retrieved successfully

account
object
obrigatório