Skip to main content
POST
/
v1
/
auth
/
resend-verification
Resend verification code
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"
}

Body

application/json
identifier
string<email>
required

Email address

Example:

"user@company.com"

Response

Verification code sent successfully

message
string
Example:

"Verification code sent successfully"

expires_at
string<date-time>
Example:

"2025-01-01T00:00:00Z"