API endpoints that return information about your Okra wallet and credit ballance.

get

Get wallets

This endpoint returns details about all the wallets across your Okra businesses.

HTTP bearerbearer

This endpoint returns details about all the wallets across your Okra businesses.

Responses

Response examples

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?