SAR Created

Occurs whenever a Suspicious Activity Report (SAR) is created

Headers

x-flagright-signaturestringRequired

An HMAC SHA256 signature generated using the webhook payload and a shared signing secret. This is then converted to a hex encoded string.

Payload

The payload of this webhook request is an object.
idstringRequired
Unique identifier for the event
triggeredByenumRequired
Event triggered by a user or system
Allowed values:
createdTimestampdoubleRequired315529200000-4133890801000
Time at which the event was created. Measured in ms since the Unix epoch.
typeenumRequired
Allowed values:
dataobjectRequired

Payload sent for SAR lifecycle webhook events (SAR_CREATED, SAR_SUBMITTED, SAR_SUBMISSION_ACCEPTED).

accountstringOptional
Email ID associated with the event

Response

200
any
Return a 200 status to indicate that the data was received successfully.