Generate PerfectMind Login Session
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.
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.
Tenant API Key for authentication
In: query
Query Parameters
Access Token of the User
PerfectMind site name identifier
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.hub.loginradius.com/sso/perfectmind/session?access_token=1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef&perfectmindsitename=mysite"{
"SessionId": "abc123-def456-ghi789",
"URL": "https://mysite.perfectmind.com/session/abc123",
"IsNewLink": 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
}Generate Shopify Multipass Login URL GET
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 PerfectMind Contact IDs GET
Retrieves PerfectMind contact IDs associated with the user's email address. Uses the LoginRadius access token to look up the user and match them against PerfectMind contacts using email and birth date.