Skip to content

Reset PIN

POST
/v1/auth/pin/reset
curl --request POST \
--url https://api.parasta.io/v1/auth/pin/reset \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "newPin": "example", "authMethod": "passkey", "authResponse": {} }'

Call after identity verification via 2FA (e.g., Passkey).

Media type application/json
object
newPin
required
string
authMethod
required
string
Allowed values: passkey
authResponse
required
object
key
additional properties
any

OK

Media type application/json
object
reset
boolean
Example generated
{
"reset": true
}

Please contact your representative. 담당자에게 문의해주세요.