Download OpenAPI specification:Download
Stay accountable and keep track of activity by streaming platform events.
Retrieve a list of user activities that occurred within the last 30 days. For registered users, Transmit captures events such as password resets, failed user logins, or registering biometrics
OK
Unauthorized
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"
}
]
Retrieve a list of admin activities that occurred within the last 30 days. Transmit reports events such as creating or deleting an admin, creating a management app, or updating audit settings
OK
Unauthorized
Internal server error
[- {
- "activity": "admin_login",
- "actor_id": "I9ZHzI210K31O8CQpadIW",
- "actor_type": "user",
- "ip": "1.1.1.1",
- "target_resource_id": "admin-portal",
- "target_resource_type": "app",
- "timestamp": "2022-12-01T01:20:23.000Z",
- "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36",
- "additionalParams": {
- "secondary_emails": {
- "prev": [
- {
- "value": "string",
- "email_verified": true,
- "verified_at": "string"
}
], - "current": [
- {
- "value": "string",
- "email_verified": true,
- "verified_at": "string"
}
]
}, - "secondary_phone_numbers": {
- "prev": [
- {
- "value": "string",
- "phone_number_verified": true,
- "verified_at": "string"
}
], - "current": [
- {
- "value": "string",
- "phone_number_verified": true,
- "verified_at": "string"
}
]
}, - "birthday": {
- "prev": "string",
- "current": "string"
}, - "address": {
- "prev": {
- "state": "string",
- "country": "string",
- "city": "string",
- "street_address": "string",
- "postal_code": "string",
- "type": "string"
}, - "current": {
- "state": "string",
- "country": "string",
- "city": "string",
- "street_address": "string",
- "postal_code": "string",
- "type": "string"
}
}, - "name": {
- "prev": {
- "title": "string",
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string"
}, - "current": {
- "title": "string",
- "first_name": "string",
- "last_name": "string",
- "middle_name": "string"
}
}, - "status": {
- "prev": "string",
- "current": "string"
}, - "external_account_id": {
- "prev": "string",
- "current": "string"
}, - "picture": {
- "prev": "string",
- "current": "string"
}, - "language": {
- "prev": "string",
- "current": "string"
}, - "external_user_id": {
- "prev": "string",
- "current": "string"
}, - "username": {
- "prev": "string",
- "current": "string"
}, - "email": {
- "prev": {
- "value": "string",
- "email_verified": true,
- "verified_at": "string"
}, - "current": {
- "value": "string",
- "email_verified": true,
- "verified_at": "string"
}
}, - "phone_number": {
- "prev": {
- "value": "string",
- "phone_number_verified": true,
- "verified_at": "string"
}, - "current": {
- "value": "string",
- "phone_number_verified": true,
- "verified_at": "string"
}
}, - "custom_app_data": {
- "prev": "string",
- "current": "string"
}, - "custom_data": {
- "prev": "string",
- "current": "string"
}
}
}
]
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 detection and response (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 detection and response (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 detection and response (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