Get SUBPLACE subscriber account SSO token with this API.
The purpose of this API is to allow BP system to get the SSO token from SUBPLACE for a subscriber. via mobile number.
The SSO token can be use to get the direct connect URL from SUBPLACE so that the subscriber can direct login to SUBPLACE from BP system.
If the mobileID does not exist in SUBPLACE, SUBPLACE will create a new account for the subscriber. BP system must prompt customer for concent to create or link their account in SUBPLACE.
API Suffix: /subscriber/create/sso
Method: POST
The API support following input parameters. All fields below are mendatory.
A successful API call will return you the following response in JSON format
{
"status": {
"code": 1,
"message": "Success"
},
"subscriber": {
"sso_token": "dff257e8164ddfb0101ae8731fbc0a91"
}
}
After getting the SSO token, you should save the token the particular customer and call the Direct Login URL API with the SSO token to get the direct login URL to direct login to SUBPLACE.
If your visitors still have questions, provide contact information or another resource for more help.