Resends the verification email for a pending destination.
cURL
curl --request POST \ --url https://api.jetemail.com/inbound/forward-destinations/{uuid}/resend \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Verification email sent", "result": { "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "email": "[email protected]" } }
API key for account management endpoints. Use your api_ prefixed token.
UUID of the verified_destinations row
^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$
Verification email sent
true
"Verification email sent"
Show child attributes