Skip to main content
POST
Submit feedback for 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 event ID of the identification event you want to submit feedback for.

Example:

"1708102555327.NLOjmg"

Body

application/json

The request must contain at least one feedback type. When the request contains more than one feedback type, each will be processed independently. Currently, only one feedback type is supported: reset_identification_confidence_score. Additional feedback types may be introduced in the future.

reset_identification_confidence_score
boolean

Set to true to reset the identification confidence score for this event to 1.0.

Use this feedback type when the browser has been verified through a trusted external mechanism of your choice, such as biometrics or MFA. The feedback must be submitted within 24 hours of the identification event. Requests submitted after this window will be rejected.

Once the reset is applied, subsequent identification events from the same browser will reflect an updated confidence score.

  • When the browser is deterministically matched with the reset event, the confidence score will be 1.0.
  • When the browser is probabilistically matched with the reset event, the confidence score will no longer be 1.0. Instead, it will decrease gradually depending on how much the browser's properties have changed since the reset.

Availability

Response

Accepted. The feedback has been accepted and will be processed asynchronously.