The access token is the service authentication credential for calling DUIX interactive services. All HTTP call interfaces need to place the Token in the Header.
appKey
and appId
, which can be found in the created API Keys.
Steps
Name | Type | Description | Example |
---|---|---|---|
appId | string | Session identifier, obtained after successful session creation | xxxxxxx |
appKey | string | Session key, obtained after successful session creation | xxxxxxx |
sigExp | Integer | Signature validity time, in seconds | 1800 |