Page cover

User API

Get User Prediction and Related Predictions

get

Retrieves the aggregated data for a single user, including their risk score and a list of related predictions.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
user_idstringRequired

The ID of the user whose data is being retrieved.

Query parameters
max_items_per_typeintegerOptional

The maximum number of items per type to return

Example: 10
min_low_weight_type_countintegerOptional

The minimum number of low weight types to consider

Example: 3
connection_typesstringOptional

Comma-separated list of connection types (e.g., "ip,client_id,ja3,bing_gan,journey_id")

Example: ip,client_id,ja3,bing_gan,journey_id
fields[user]stringOptional

Comma-separated list of user fields (e.g., "analytics,predictions,customer_graph_analytics,explanation")

Example: analytics,predictions,customer_graph_analytics,explanation
Responses
200

Successful response with user data and related predictions.

application/json
get
/users/{user_id}

Last updated

Was this helpful?