Go!Vid
Generate a session
POST
/
api
/
v1
/
session
Request
Content-Type: application/json
Parameter | Type | Description |
---|---|---|
scenario_code | string | Required. Scenario to be used for this session |
language | string | Required. Language to be used for this session, must be enabled in the scenario |
external_id | string | Optional. Your customer reference, if not defined an orphan session will be created |
input_data | object | Optional. Customer data to be used for this session, see ‘input_data’ reference |
Response
Content-Type: application/json
Parameter | Type | Description |
---|---|---|
session_id | string | Session ID |
customer_reference | string | Customer reference |
start_date | int | Session start date in unix timestamp format |