Acknowledge identity-verification completion
Wallets
Acknowledge Identity Verification
Signals that the user finished the hosted identity-verification flow. Returns 204 — identity_verification_submitted_at on GET /v1/wallets/{address} is stamped immediately, and identity_verification_status flips to its next value (often under_review) once the underlying state is reconciled.
POST
Acknowledge identity-verification completion
Authorizations
Session cookie issued by POST /v1/session/{address}. Sent automatically by the browser; the SDK uses credentials: 'include'.
Path Parameters
Ethereum address (0x-prefixed, 40 hex chars). Lowercased server-side before binding.
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0xaabbccddeeff00112233445566778899aabbccdd"
Response
Acknowledged — empty body. Refetch GET /v1/wallets/{address}.