POST
/
card
/
pin
Set Card PIN
curl --request POST \
  --url https://nini.monieswitch.com/card/pin \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "cardId": "6b29aa09-05b9-4f78-9745-c16c3dbddf6a",
  "pin": "1234"
}'
{
  "status": true,
  "message": "PIN successfully set"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

Set Card PIN - Successful

The response is of type object.