← Product surface
01/ 04
API primitive · identify

Identity verification

Know who presented.

Successful result$0.10Charged only when this step verifies

Request explicit government-attested identity blocks from a supported wallet credential.

Use in the flow builder →
Small request surface

Input on the left.
Fact on the right.

Alentra captures and reports cryptographic facts. Your application decides what the result means and whether the session continues.

RequestPOST /v1/sessions
{
  "steps": [
    {
      "primitive": "identify",
      "params": {
        "blocks": [
          "first_name",
          "last_name",
          "dob",
          "country"
        ]
      }
    }
  ]
}
Completed stepwebhook
{
  "primitive": "identify",
  "result": {
    "first_name": "Jane",
    "last_name": "Doe",
    "dob": "1990-04-12",
    "country": "SE"
  },
  "audit_id": "sess_…_0"
}
Business result

What you receive.

The business receives each requested, available verified claim. Missing credential fields are marked unavailable instead of invented.

Evidence boundary

What remains provable.

Encrypted signer and wallet evidence, the claims digest, timestamps, and the immutable audit-chain entry.

Where it fits

A verb,
not a vertical.

Alentra keeps primitives horizontal. Your product owns the industry-specific policy around them.

01Customer onboarding
02Account recovery
03High-assurance account changes
Composition is the product

Add identify to a complete flow.

Order multiple wallet-attested actions under one bound subject and one audit chain.

Compose a session

Government-wallet proof, ready to repeat.

Start with Alentra