Admin APIs
signup

Reset Signup Verification Attempts

Admin-only: reset verification attempts for an email (hard block is lifted).

Exactly one of email or session_id must be provided.

Requires an existing pending_signups row for the given email or session_id.

post/api/v1/admin/signup/verification-attempts/reset

Query parameters

emailstring

Reset attempts by email

Reset attempts by email

session_idstring

Reset the code-attempt counter by resolving the pending signup via session_id.

Reset the code-attempt counter by resolving the pending signup via session_id.

Response

Successful Response

object required

Changes

No recorded changes to this endpoint across all 4 revisions of this API.