Request signals

Send a specific request and recieve its context category, risk and trust labels, and additional identifiers. You can use this information to inform your business decisions and proactively mitigate fraudulent activity.

Authentication

AuthorizationBearer
Authenticate with a HUMAN authentication token.

Request

This endpoint expects an object.
requestobjectRequired
Contains request details, including the IP address, headers, and full URI.
additionalobjectRequired
Container for custom parameters and request categorization.
vidstringOptional
The Visitor ID extracted from the HUMAN cookie.
client_uuidstringOptional
A unique identifier for the client session.

Response

Returns a response with risk categories, labels, and context according to your requested [`request_category`](#request.body.additional.request_category). See [Response Categories, Reasons, & Identifiers Index](/applications/reference/response-categories-reasons-identifiers-index) for more details about each category and their associated risk labels.
requestmap from strings to objectsOptional

Object whose keys are request IDs and whose values are request context objects. Request has no identifier type.

sessionmap from strings to objectsOptional

Object whose keys are session IDs and whose values are session ID objects. The ID format is determined by the type. See Context Categories for all possible identifier types.

devicemap from strings to objectsOptional

Object whose keys are device IDs and whose values are device ID objects. The ID format is determined by the type. See Context Categories for all possible identifier types.

networkmap from strings to objectsOptional

Object whose keys are network IDs and whose values are network ID objects. The ID format is determined by the type. See Context Categories for all possible identifier types.

accountmap from strings to objectsOptional

Object whose keys are account IDs and whose values are account ID objects. The ID format is determined by the type. See Context Categories for all possible identifier types.