New: Stripe & TossPayments integration guides now available →
curl --request POST \
--url https://api.headlesscommerce.io/v1/auth/reset-password \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>",
"password": "<string>"
}
'{
"message": "Password has been reset successfully."
}Completes the password reset flow using the token from the email link.
Password requirements:
curl --request POST \
--url https://api.headlesscommerce.io/v1/auth/reset-password \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>",
"password": "<string>"
}
'{
"message": "Password has been reset successfully."
}