Email a verification code to the invited address
POST/v1/public/invitations/:token/send-code
Public, token-authenticated action that generates a numeric verification code and emails it to the invited address, proving the recipient controls that mailbox; it must be submitted to verify-code before the invitation can be accepted. The email send is best-effort — the code is stored even if delivery fails. Keyless callers are rate limited per token and per client IP; exceeding the limit returns 429 with a Retry-After hint. A valid API key for the network bypasses the rate limit.
Request
Responses
- 200
- 401
- 403
- 404
- 409
- 429
A code was generated; the email send is best-effort
Missing or invalid API key
The API key is not authorized for this resource
The requested resource was not found
The invitation is not pending
Too many code requests