Passer au contenu principal
GET
/
account
/
balance
Obtenir le solde
curl --request GET \
  --url https://api.notiline.net/v1/account/balance \
  --header 'Authorization: Bearer <token>'
{
  "status": 200,
  "message": "OK",
  "data": {
    "balance": "10000",
    "currency": "XOF"
  }
}

Autorisations

Authorization
string
header
requis

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

Réponse

opération réussie

status
integer
Exemple:

200

message
string
Exemple:

"OK"

data
object