Skip to main content
POST
Reissue a wallet signer's enrollment invite

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 original response is returned for 30 days on any retry with the same key from the same organization. Required on every state-changing money-moving or resource-creating POST.

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

"01J7B3K2X9M8N5P6Q7R8S9T0V1"

Path Parameters

customerId
string
required
Example:

"cus_1A2b3C4d5E6f7G8h9I0jKl"

signerId
string
required
Example:

"wsg_1A2b3C4d5E6f7G8h9I0jKl"

Response

id
string
required

Unique wallet signer identifier

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

Signer's email address

Example:

"signer@example.com"

name
string | null
required

Signer's display name

Example:

"Jane Doe"

role
enum<string>
required

admin = root-quorum member + signing-quorum member; signer = signing-quorum only

Available options:
admin,
signer
credentialType
enum<string>
required

How this signer stamps requests

Available options:
passkey,
api_key
passkeyCount
integer
required

Number of passkeys enrolled for this signer

Required range: 0 <= x <= 9007199254740991
Example:

0

status
enum<string>
required

Current signer status

Available options:
pending_activation,
activating,
active,
pending_removal,
removed,
error
createdAt
string<date-time>
required

Timestamp when the signer was created

Example:

"2026-01-15T09:30:00.000Z"

updatedAt
string<date-time>
required

Timestamp when the signer was last updated

Example:

"2026-01-15T09:30:00.000Z"

verificationUrl
string | null
required

Synchronous URL for this add, or null when none applies. Read urlAudience to know who it is for before delivering it — a passkey add returns the signer's enrollment link, an api_key add pending approval returns a customer admin's co-stamp link. On a live roster a "signer" link is the FIRST of two links, not full self-service: after the signer enrolls their passkey the add parks a roster-add ceremony for an admin co-stamp, whose link arrives only on the wallet_ceremony.awaiting_admin_approval webhook (carrying the ceremony's ceremonyId).

Example:

"https://app.conduit.financial/verify/mtQzSU2hdy0DuZ6za2IHIoVDgXzshrFtN38kMULRDFw"

urlAudience
enum<string> | null
required

Audience of verificationUrl: signer = the new signer's credential-enrollment link (deliver to the signer) — on a live roster this is only the first of two links, the second being an admin co-stamp delivered on the wallet_ceremony.awaiting_admin_approval webhook; admin = a customer admin's approval link (deliver to an admin; also delivered via the wallet_ceremony.awaiting_admin_approval webhook); null when there is no URL.

Available options:
signer,
admin
expiresAt
string<date-time>
required

When the reissued verification link expires (hard TTL).

Example:

"2026-01-15T09:30:00.000Z"