Skip to main content
POST
Recover a signer's pending admin-approval link

Authorizations

x-api-key
string
header
required

Headers

Idempotency-Key
string
required

Caller-generated unique key that lets the server safely replay this request. The cached response is returned for 5 minutes on any retry with the same key from the same API principal. Required on every state-changing money-moving or resource-creating POST.

Required string length: 1 - 128
Pattern: ^[A-Za-z0-9_.:-]{1,128}$

Path Parameters

customerId
string
required
signerId
string
required

Response

signerId
string
required

The signer whose pending admin approval this link co-stamps.

Pattern: ^wsg_[0-9A-Za-z]{22}$
ceremonyId
string | null
required

The wallet ceremony this approval belongs to, or null for a passkey added to a signer that already has a Turnkey user — that add is co-stamped through an internal ceremony whose id is not exposed on the wire.

adminVerificationUrl
string<uri>
required

The live Conduit-hosted admin co-stamp link — deliver it to an admin. Unchanged on repeat calls (no rotation).