Skip to main content
GET
Explain Identifier Event
Provides evidence as to how an event matches to an identifier, clarifying why an event is or is not found within a feed.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

identifier_id
integer
required

Query Parameters

event_uid
string
required

Response

Successful Response

event_uid
string
required

The uid of the explained event

identifier_id
integer
required

The id of the identifier the event is being explained for

identifier_query
IdentifierQueryVerdict · object
required

The verdict of the identifier's search query

categories
CategoryVerdict · object
required

The verdict of the event category check

severity
SeverityVerdict · object
required

The verdict of the event severity check

matching_policies
MatchingPolicyVerdict · object
required

The verdict of the matching policies check

tenant_ignored_terms
IgnoredTermsVerdict · object
required

The verdict of the tenant's ignored terms check

global_policies
GlobalPolicyVerdict · object
required

The verdict of the global policies check

would_match
boolean
required

Whether the event would have matched the identifier overall

maybe_rate_limited
boolean | null

Whether the event may have been suppressed due to rate limiting