Re-verify a Subject
Opens a new verification attempt for an existing subject (periodic KYC refresh, or a
material change in the subject’s details). The prior attempt history is preserved; the
subject’s current status now tracks the new attempt. The response carries the new attempt
with its secret-once hosted_link; when the subject has an email on file, Anton also
re-delivers the link (status sent).
Authorizations
Per-request DPoP proof JWT (RFC 9449). MUST accompany the Authorization: DPoP <access_token> header on every protected operation. The proof is signed by the merchant's private DPoP key and carries htm, htu, iat, jti, and ath claims.
Headers
Unique key identifying this operation. Sending the same key twice returns the original response instead of creating a duplicate. Keys are retained for 24 hours.
255Path Parameters
Verification subject ID.
^vsub_[a-zA-Z0-9]+$Response
New attempt opened.
One verification attempt. hosted_link is secret-once: present only on the response
that minted it (create / resend / regenerate / re-verify) and never on a read.