Get Risk Signal
Risk Signals
Get risk signal
Retrieves a specific risk signal by its unique ID.
GET
Get Risk Signal
Retrieves a specific risk signal by its unique ID. Returns the full signal record including source, score, subject reference, and any attached metadata.
Parameters
The UUID of the risk signal to retrieve
Authorizations
API key for machine-to-machine authentication
Path Parameters
Response
Risk signal details
Origin of the signal (e.g. device_fingerprint, ip_reputation, email_verification, document_analysis, behavioral)
Example:
"device_fingerprint"
Classification of the risk signal
Example:
"velocity_anomaly"
Risk score between 0 (no risk) and 1 (highest risk)
Required range:
0 <= x <= 1Example:
0.85
Arbitrary metadata associated with the signal
Example:
{
"ip": "203.0.113.42",
"country": "US",
"reason": "multiple_accounts_same_device"
}The type of entity this signal relates to
Available options:
user, device, ip, document, session Example:
"user"
Identifier of the entity being evaluated
Example:
"usr_8f14e45f"

