Skip to main content

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

A code was generated; the email send is best-effort