🚀 Card Payment is live! Learn more
cURL
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" } } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Subaccount details
The response is of type object.
object