All Release Notes
Get customer by email token
26 June 2017
Composable Commerce
HTTP API
Enhancement
CustomersSecurity and privacy
For resetting a customer password it is now possible to get the customer by email token. For getting the customer by password token the new endpoint (/password-token={token}
) should now be used in favor of the old query parameter (/?token={token}
).
- [API] Added get user by email token endpoint.
- [API] Changed get user by password token endpoint.