curl --location --request GET 'https://api.xente.co/api/accounts' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
{
"code": 0,
"message": "Account retrieved successfully",
"data": {
"accountNumber": 6,
"name": "Enaf Tech",
"description": "Enaf Tech",
"balance": 4000.00,
"currency": "UGX"
}
}
This endpoint gets your Xente account details
curl --location --request GET 'https://api.xente.co/api/accounts' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
{
"code": 0,
"message": "Account retrieved successfully",
"data": {
"accountNumber": 6,
"name": "Enaf Tech",
"description": "Enaf Tech",
"balance": 4000.00,
"currency": "UGX"
}
}
curl --location --request GET 'https://api.xente.co/api/accounts' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
{
"code": 0,
"message": "Account retrieved successfully",
"data": {
"accountNumber": 6,
"name": "Enaf Tech",
"description": "Enaf Tech",
"balance": 4000.00,
"currency": "UGX"
}
}