GET
/
child
/
details
Child Account details
curl --request GET \
  --url https://nini.monieswitch.com/child/details \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "message": "Operation successful",
  "data": {
    "childAccount": {
      "id": "5e37f271-a3ba-4cd7-ab14-551da019bb5a",
      "name": "Abdulrahman",
      "status": "ACTIVE",
      "balance": 0,
      "createdAt": "2024-07-23T15:00:27.973Z"
    }
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

childAccountId
integer

Response

200 - application/json

Subaccount details

The response is of type object.