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

Webhooks

Webhooks send information from VIVEPORT servers directly to a developer backend. When events are triggered, HTTP POST payloads will be sent to the URL specified by the developer in the VIVEPORT Developer Console.

The POST messages have the following specifications:

  • URL: Webhook URL registered in the VIVEPORT Developer Console
  • HTTP request method: POST
  • HTTP request content type: application/json
  • Header fields:
    • Pattern: a random string generated by HTC’s system
    • Hash: a SHA_1 hash of the API key + request body + pattern

There are two types of requests: subscription requests and purchase requests.