Poll Cross-DUID Re-identification Status
Polls the status of a cross-DUID re-identification flow initiated via POST /identity-records/reidentify. Used by Data User B who holds a token-ref but not the ir key.
The token-ref is scoped to the initiating Data User — another Data User cannot poll a token they did not initiate.
Documentation Index
Fetch the complete documentation index at: https://docs.auth.energy/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT from GET /auth/token. Pass as Authorization: Bearer <token>. Expires after 7200s.
Path Parameters
The token-ref returned by POST /identity-records/reidentify
Response
Re-identification status.
Status of a pending magic-link or passkey re-identification flow. Returned by GET /identity-records/{ir}/re-identify/{token-ref}.
The re-identification method that generated this token.
magic-link, passkey-assert, passkey-register pending— awaiting customer action (link not yet clicked, or passkey ceremony not yet completed).confirmed— re-identification complete.expired— window elapsed without completion (15 minutes for magic link; 5 minutes for passkey redirect).
pending, confirmed, expired ISO 8601 timestamp of when the customer completed the challenge. Null when status is pending or expired.
"2026-03-24T09:07:28Z"

