Validate BigCommerce Customer Password

Validates a BigCommerce customer's password by checking the provided email and password against the BigCommerce store's customer records.

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.

apikey<token>

Tenant API Key for authentication

In: query

Query Parameters

store*string

BigCommerce store hash identifier

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.hub.loginradius.com/sso/bigcommerce/api/validatepassword?store=abc123" \  -H "Content-Type: application/json" \  -d '{    "emailid": "user@example.com",    "password": "MyPassword123"  }'
{
  "verified": true
}
{
  "Message": "string",
  "Description": "string",
  "ErrorCode": 0,
  "Code": 0
}
{
  "Message": "string",
  "Description": "string",
  "ErrorCode": 0,
  "Code": 0
}
{
  "Message": "string",
  "Description": "string",
  "ErrorCode": 0,
  "Code": 0
}