The session ID is a unique identifier assigned by the website server to a specific user during the visit, which is usually stored in the form of a cookie, form parameter, or URL
decision_event
String
Verification Event
required
enumeration: register login modify
event_time
String
The Actual Time of the Event
required
ISO 8601, format YYYY-MM-DDTHH:mm:ss.sssZ, example: 2021-10-12T14:20:50.521+07:00
conditionally required: required when the extended field is used for policy.
extended field registered in the TD system
event_detail
Object
Event Information
required
event data object corresponding to the decision_event
The mapping relationship between the event_detail event data and the decision_event is as follows:
Our API design restricts each request to only include data related to a single business event. This means that you cannot simultaneously pass multiple requests with different types of business event data, such as register and login. Adhering to this rule will help improve system performance and reliability, ensuring that each business event is processed correctly.