Skip to main content
PATCH
Update an event

Authorizations

Authorization
string
header
required

Add your Secret API Key to the Authorization header using the standard Bearer format: Authorization: Bearer <secret_api_key>

Path Parameters

event_id
string
required

The unique event identifier.

Example:

"1708102555327.NLOjmg"

Body

application/json
linked_id
string

Linked ID value to assign to the existing event

Example:

"somelinkedId"

tags
object

A customer-provided value or an object that was sent with the identification request or updated later.

suspect
boolean

Suspect flag indicating observed suspicious or fraudulent event

Response

OK.