API endpoints that return information about your Okra wallet and credit ballance.
/products/wallets
This endpoint returns details about all the wallets across your Okra businesses.
bearer
This endpoint returns details about all the wallets across your Okra businesses.
A successful response of the Get wallets operation.
{
"success": true,
"message": "string",
"data": [
{
"_id": "645ac1388501662697e01234",
"auto_topup": {
"status": false,
"currency": "NGN"
},
"credits": "35623.43",
"current_project": {
"name": "My production project",
"_id": "123ac1388501662697e01234"
},
"payment_wallet": "0"
}
]
}
Was this page helpful?