Continuing to the SiteLock Dashboard
When a user wants to see more information than is available through this API, the next step is to pass control to the SiteLock Dashboard by performing a single sign-on (SSO). This brings the user into the dashboard where the full details of the various scans and customization settings are available.
Choose one of the following:
-
Make an SSO call as described in Retrieving the token for SSO. This call accepts the account ID and returns a URL with a sign-on key. Executing the following URL without any modification will bring the user to the dashboard for the first site from the list of the account’s sites.
https://secure.sitelock.com/rlogin.php?token=xxxxx
-
To take the user to the dashboard for a specific site, append the
site_id=xxxxx
parameter from scanInfo to the URL.https://secure.sitelock.com/rlogin.php?token=1234&site_id=5678
-
To take the user to a specific results page in the dashboard, append the
site_id=xxxxx
andpage=xxxxx
parameters to the URL.https://secure.sitelock.com/rlogin.php?token=1234&site_id=5678&page=smart_scan
The possible pages are:
-
smart_scan
-
patchman_scan
-
db_scan
-
vulnerability_scan
-
ssl_scan
-
verify_domain_email
-
malware_scan
-
spam_scan
-
pci_clone
-
riskscore
-