POST
/
child
Create Child Account
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"
  }
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

200 - application/json

Create Child Account

The response is of type object.