Generate Shopify Multipass Login URL
Generates a Shopify Multipass login URL using the provided LoginRadius access token. Uses Shopify's Multipass feature to create a single sign-on URL that authenticates the user into the Shopify store.
Generates a Shopify Multipass login URL using the provided LoginRadius access token. Uses Shopify's Multipass feature to create a single sign-on URL that authenticates the user into the Shopify store.
Tenant API Key for authentication
In: query
Query Parameters
Access Token of the User
Shopify store domain (e.g., mystore.myshopify.com)
URL to redirect the user to after login
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.hub.loginradius.com/sso/shopify/api/token?access_token=1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef&store=mystore.myshopify.com&return_url=https%3A%2F%2Fexample.com%2Fdashboard"{
"url": "https://mystore.myshopify.com/account/login/multipass/v1/eyJhbGciOiJIUzI1NiJ9"
}{
"Message": "string",
"Description": "string",
"ErrorCode": 0,
"Code": 0
}{
"Message": "string",
"Description": "string",
"ErrorCode": 0,
"Code": 0
}{
"Message": "string",
"Description": "string",
"ErrorCode": 0,
"Code": 0
}Validate BigCommerce Customer Password POST
Validates a BigCommerce customer's password by checking the provided email and password against the BigCommerce store's customer records.
Generate PerfectMind Login Session GET
Generates a PerfectMind login session using the provided LoginRadius access token. Returns a session ID and URL that can be used to authenticate the user into the PerfectMind platform.