Add a signer to a customer's wallets
Adds a new signer to the customer’s wallet infrastructure. The signer will receive a verification email at the provided address. Returns the signer details and a verification URL.
Authorizations
Headers
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.
1 - 128^[A-Za-z0-9_.:-]{1,128}$Path Parameters
Body
Email address of the signer to add
^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$"signer@example.com"
Display name of the signer
"Jane Doe"
admin = root-quorum member + signing-quorum member; signer = signing-quorum only
admin, signer How this signer will stamp. api_key requires publicKey.
passkey, api_key Machine-signer P-256 compressed public key. Required when credentialType=api_key.
^(?:0x)?(?:02|03)[0-9a-fA-F]{64}$