Validate BigCommerce Customer Password
POST/sso/bigcommerce/api/validatepassword
Validates a BigCommerce customer's password by checking the provided email and password against the BigCommerce store's customer records.
Request
Responses
- 200
- 400
- 401
- 403
OK: Password validation result returned.
Bad Request: The request could not be understood by the server due to malformed syntax.
Unauthorized: The API key is missing or invalid.
Forbidden: The request is not allowed.