Skip to content

Collect events

Request

Retrieve a list of events, according to the requested type. Transmit can report events related to orchestration, authentication, and user management (cis), platform management (admin), identity verification (verify), and Fraud Prevention (risk).

Security
oauth2
Query
typeanyrequired

The event type to retrieve

Enum:"cis""admin""verify""risk"
stream_idstringrequired

Event stream ID to collect events from

batch_sizeinteger, [ 1 .. 1000 ]

The maximum number of events to return in each batch.

curl -i -X POST \
  'https://api.sbx.transmitsecurity.io/activities/v2/activities/collect?type=cis&stream_id=string&batch_size=1' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

OK

Bodyapplication/json
Array [
One of:
]
Response
[ { "tenant_id": "string", "activity": "string", "activity_id": "string", "app_id": "string", "user_id": "string", "correlation_id": "string", "ip": "string", "user_agent": "string", "timestamp": "2019-08-24T14:15:22Z", "original_app_id": "string", "original_user_id": "string", "additional_params": {} } ]