Skip to main content

Identity Events

identity.evaluation.completed

Identity evaluation completed.

Mandatory Attributes

AttributeTypeDescription
orgIdstringIdentifier of the organization owning the credential.
credentialIdstringInternal identifier of the identity credential associated with the event.
providerTypestringIdentity verification provider type (e.g. "PROVE", "MITEK").
outcomestringEvaluation outcome returned by the provider (e.g. "success", "fail").
assuranceLevelintAssurance level integer returned by the provider.
responseTimeUsecintRequest processing time in microseconds (used for tracking SLAs).

Optional Attributes

AttributeTypeDescription
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).
traceIdstringHex-encoded OTel trace ID for log/trace correlation.

identity.evaluation.failed

Identity evaluation failed.

Mandatory Attributes

AttributeTypeDescription
orgIdstringIdentifier of the organization owning the credential.
credentialIdstringInternal identifier of the identity credential associated with the event.
reasonstringShort error reason (safe to log, not the full error chain).

Optional Attributes

AttributeTypeDescription
responseTimeUsecintRequest processing time in microseconds (used for tracking SLAs).
srcAddrstringNetwork address where request is originating from (IPv4 or IPv6).
providerTypestringIdentity verification provider type (e.g. "PROVE", "MITEK").
traceIdstringHex-encoded OTel trace ID for log/trace correlation.

identity.credential.created

Identity credential created.

Mandatory Attributes

AttributeTypeDescription
orgIdstringIdentifier of the organization owning the credential.
credentialIdstringInternal identifier of the identity credential associated with the event.
providerTypestringIdentity verification provider type (e.g. "PROVE", "MITEK").

identity.credential.updated

Identity credential updated.

Mandatory Attributes

AttributeTypeDescription
orgIdstringIdentifier of the organization owning the credential.
credentialIdstringInternal identifier of the identity credential associated with the event.
providerTypestringIdentity verification provider type (e.g. "PROVE", "MITEK").

identity.credential.deleted

Identity credential deleted.

Mandatory Attributes

AttributeTypeDescription
orgIdstringIdentifier of the organization owning the credential.
credentialIdstringInternal identifier of the identity credential associated with the event.