Download OpenAPI specification:Download
Stay accountable and keep track of activity by streaming platform events.
This endpoint has been removed and is no longer available.
This endpoint has been removed and is no longer available.
{- "message": "This endpoint has been removed. Please update your integration."
}
This endpoint has been removed and is no longer available.
This endpoint has been removed and is no longer available.
{- "message": "This endpoint has been removed. Please update your integration."
}
Start collecting events of a specific type. Transmit can report events related to authentication and user management (cis), management apps and settings (admin), identity verifications (verify), and Fraud Prevention (risk).
Start collecting <TYPE> events.
Bad request
Unauthorized
Resource already exists in the project
Internal server error
Create an event stream for a specific type of events. Transmit can report events related to authentication and user management (cis), management apps and settings (admin), identity verifications (verify), and Fraud Prevention (risk).
Events stream: <STREAM_ID>, with <TYPE> events, was created successfully.
Bad request
Unauthorized
Cannot handle request without performing start collect action first.
stream_id parameter is required and must be a continuous non-empty string.
Resource already exists in the project
Tenant has reached the maximum number of event streams.
Internal server error
{- "enrichment": true
}
Remove an event stream.
Events stream: <STREAM_ID>, with <TYPE> events, was deleted successfully.
Bad request
Unauthorized
Cannot handle request without performing start collect action first.
Stream not found.
stream_id parameter is required and must be a continuous non-empty string.
Internal server error
Retrieve a list of events, according to the type requested, that occurred within the last day. Transmit can report events related to authentication and user management (cis), management apps and settings (admin), identity verifications (verify), and Fraud Prevention (risk).
OK
Unauthorized
Cannot handle request without performing start collect action first.
Stream not found.
stream_id parameter is required and must be a continuous non-empty string.
Internal server error
[- {
- "activity": "risk_recommendation",
- "app_id": "Abt5xRVuE9bA4YFT9pQpC",
- "ip": "1.1.1.1",
- "timestamp": "2022-12-01T01:20:23.000Z",
- "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15",
- "user_id": "8XrdnAMJcMD8RhVMjDipa",
- "additionalParams": {
- "customDataUsed": true
}
}
]
Stop collecting events and delete all event streams
Stopped collecting <TYPE> events.
Bad request
Unauthorized
Cannot handle request without performing start collect action first.
Internal server error