Validate Credentials
Validate a customer credentials
POST https://api.bigcommerce.com/stores/{store_hash}/v3/customers/validate-credentialsRequest
Validate a customer credentials - This endpoint has special rate limiting protections to protect against abuse.
Authentication
- X-Auth-Token in header
Parameters
- store_hash in path - string
Body
object | application/json
emailstring
requiredCustomer email address.passwordstring
requiredCustomer password.channel_idinteger
ChannelId to check the customer credentials against - If this field is empty we will use channel 1.
data
Response
Returns if the customer credentials provided are valid or not.
Body
object | application/json
customer_idinteger or null
Returns the customer ID.is_validboolean
indicates if the provided credentials are valid.
data
Did you find what you were looking for?