🚀 Card Payment is live! Learn more
cURL
curl --request POST \ --url https://nini.monieswitch.com/child \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "James One" }'
{ "status": true, "message": "Child acount successfully created", "data": { "id": "5e37f271-a3ba-4cd7-ab14-551da019bb5a", "name": "Savings", "walletId": "d68b7371-6709-4247-99b3-142e3130aa69" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Create Child Account
The response is of type object.
object