Browse the API reference

Resend Email Verification

post/v1/auth/email/resend

Part of Auth.

Resend verification email to the authenticated user. Rate limited to 3 per hour.

Authentication

This operation does not require an API key.

Example request

curl
curl -X POST "https://api.robosystems.ai/v1/auth/email/resend"

Responses

200 Successful Response

StatusMeaning
400Invalid request
429Rate limit exceeded
500Internal server error
503Email service unavailable