Skip to main content

Submit the verification code

POST 

/v1/public/invitations/:token/verify-code

Public, token-authenticated step that checks the numeric code previously emailed via send-code. Verification must succeed before the invitation can be accepted. Attempts are rate limited per token and per client IP, and the code locks out after too many incorrect tries — both cases return 429, after which the recipient must request a fresh code. An expired or never-sent code returns 409.

Request

Responses

The code was accepted