The Identity Resolution API manages customer identity graphs. It resolves multiple identifiers (email, phone, device ID) to a single canonical customer ID and supports merging identity clusters.Documentation Index
Fetch the complete documentation index at: https://docs.kaireonai.com/llms.txt
Use this file to discover all available pages before exploring further.
GET /api/v1/identity
Get the identity cluster for a customer — all linked identifiers and their confidence scores.Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
customerId | string | Yes | Customer ID to look up |
Example
Response
POST /api/v1/identity
Perform identity resolution actions. Editor or Admin.Actions
resolve — Resolve an identifier to a canonical ID
link — Link identifiers to a canonical ID
merge — Merge two identity clusters
Merges all identifiers from sourceId into targetId.