Please Select Your Location
Australia
Österreich
België
Canada
Canada - Français
中国
Česká republika
Denmark
Deutschland
France
HongKong
Iceland
Ireland
Italia
日本
Korea
Latvija
Lietuva
Lëtzebuerg
Malta
المملكة العربية السعودية (Arabic)
Nederland
New Zealand
Norge
Polska
Portugal
Russia
Saudi Arabia
Southeast Asia
España
Suisse
Suomi
Sverige
台灣
Ukraine
United Kingdom
United States
Please Select Your Location
België
Česká republika
Denmark
Iceland
Ireland
Italia
Latvija
Lietuva
Lëtzebuerg
Malta
Nederland
Norge
Polska
Portugal
España
Suisse
Suomi
Sverige

Example usage

  1. Send an email with your title’s VIVEPORT ID to the VIVEPORT support team ( store@viveport.com ) to get an appSecret .
  2. To get a service token, use HTTP GET to send the appId and appSecret to https://www.viveport.com/api/thirdpartygatewayservice/v1/monitor/servicetoken?appId={1}&appSecret={2} . See Service token management for details.
  3. To get a user token, use the Sessions Token API. See the Session Token API guide for details.
  4. To validate these tokens and retrieve a unique userId, use HTTP POST to send the appId , serviceToken , and userToken to https://www.viveport.com/api/thirdpartygatewayservice/v2/monitor/tokens/validate . See Token validation for details.

AppSecret application workflow

appSecret_application_workflow.png

Service token management workflow

Service_token_management_workflow.png

User token management workflow

User_token_management_workflow.png

Token validation workflow

Token_validation_workflow.png