API Reference
Explore storefront endpoints
Reset password
curl --request POST \ --url https://staging.api.commercengine.io/api/v1/{store_id}/storefront/auth/reset-password \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "new_password": "<string>", "confirm_password": "<string>", "otp_token": "<string>" }'
{ "message": "<string>", "success": true, "content": { "access_token": "<string>", "refresh_token": "<string>" } }
Access token
OK
The response is of type object.
object