GET
/
payout
/
beneficiaries
Beneficiaries
curl --request GET \
  --url https://nini.monieswitch.com/payout/beneficiaries \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "data": {
    "beneficiaries": [
      {
        "id": "e5b931f2-9aa9-4f80-8c59-591cbca756bb",
        "accountNumber": "2394934323",
        "accountName": "Obagunwa Emmanuel",
        "bankCode": "000013",
        "bankName": "GTBANK PLC",
        "createdAt": "2023-11-24T10:41:46.890Z"
      }
    ],
    "page": 1,
    "perpage": 100,
    "totalRecords": 1,
    "totalPages": 1
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

page
integer
perPage
integer

Response

200 - application/json

Beneficiaries

The response is of type object.