Endpoints
Dispatch real-time events
Send real-time event data from end-user interactions within your application. Events will be analyzed for proactive fraud prevention and risk scoring.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
A list of events to dispatch.
Response
200
application/json
OK
The status of the events dispatch.
Available options:
success
Example:
"success"
A string that identifies this specific request. Report it back to us to help us diagnose your issues.
Example:
"3d19215e-2991-4a05-a41a-527314e6ff6a"