cURL
curl --request POST \ --url https://api-sandbox.rinne.com.br/core/v1/auth/resend-verification \ --header 'Content-Type: application/json' \ --data '{ "identifier": "user@company.com" }'
{ "message": "Verification code sent successfully", "expires_at": "2025-01-01T00:00:00Z" }
Generates and sends a new verification code for the specified identifier. Used when previous code expired or wasn’t received.
Email address
"user@company.com"
Verification code sent successfully
"Verification code sent successfully"
"2025-01-01T00:00:00Z"