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.

GET
/sso/shopify/api/token

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.

apikey<token>

Tenant API Key for authentication

In: query

Query Parameters

access_token*string

Access Token of the User

store*string

Shopify store domain (e.g., mystore.myshopify.com)

return_url?string

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
}