Cross-domain AJAX Authentication
This documentation outlines the process for performing cross-domain authentication between a 3rd party website and a Loyalty Portal hosted on the smartCMS.
Last updated
This documentation outlines the process for performing cross-domain authentication between a 3rd party website and a Loyalty Portal hosted on the smartCMS.
Last updated
{
"code": 200,
"status": true,
"message": "Successfully authenticated",
"data": {
"firstname": "User",
"lastname": "Lastname",
"profileid": "ABC123",
"loginid": "[email protected]",
"username": "test@hebsdig ital.com",
"membernumber": "123456789",
"membertier": "Base Level",
"balance": 0
}
}{
"data": {
"firstname": "User",
"lastname": "Lastname",
"profileid": "ABC123",
"loginid": "[email protected]",
"username": "[email protected]",
"membernumber": "123456789",
"membertier": "Base Level",
"balance": 0,
"rememberme": "0",
"lifetimeex piry": 636755959760000000,
"sessionexpiry": 636755959760000000
},
"status": true
}