Example usage
-
Send an email with your title’s VIVEPORT ID to the VIVEPORT support team (
store@viveport.com
) to get an
appSecret. -
To get a service token, use
HTTP GETto send theappIdandappSecrettohttps://www.viveport.com/api/thirdpartygatewayservice/v1/monitor/servicetoken?appId={1}&appSecret={2}. See Service token management for details. - To get a user token, use the Sessions Token API. See the Session Token API guide for details.
-
To validate these tokens and retrieve a unique userId, use
HTTP POSTto send theappId,serviceToken, anduserTokentohttps://www.viveport.com/api/thirdpartygatewayservice/v2/monitor/tokens/validate. See Token validation for details.
AppSecret application workflow
Service token management workflow
User token management workflow
Token validation workflow