Skip to main content

Metadata

A piece of metadata is additional data that's not a user's identity data (their identifiers or credentials) — though it's often about that identity data.

Metadata are outputs: we return them to you in API response bodies.

NameKeyTypeApplies ToFormatDescriptionExample
Verification MethodverificationMethod
enum

Possible values:

  • "phone_carrier"
  • "credit_bureau"
  • "otp"
  • "customer_otp"
  • "self_attested"
  • null
  • Identifiers
  • Credentials
snake_caseHow an identifier or credential was verified"phone_carrier"
Risk SignalsriskSignalsObject
  • Identifiers
Object with keys specified below in Risk SignalsRisk signals associated with the identifiers providedSee RiskSignals example
What Verification Method Means

verificationMethod describes how a credential was verified:

  • "phone_carrier": verified via phone carrier records
  • "credit_bureau": verified via credit bureau records
  • "otp": verified via an OTP (one time passcode)
  • "customer_otp": verified via an OTP (one time passcode) by a Verified customer, not directly by Verified
  • "self_attested": attested by the user themselves (not verified)
  • null

You can build custom logic to handle credentials based on their verificationMethod, for example requiring additional verification if an important credential is "self_attested".