Resends verification email for an email address
curl --request POST \
--url https://api.rootly.com/v1/email_addresses/{id}/resend_verification \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "e6872b50-09a6-4a13-90a3-82a02f780d2b",
"type": "user_email_addresses",
"attributes": {
"user_id": 608,
"email": "[email protected]",
"primary": false,
"verified_at": null,
"created_at": "2026-01-03T21:30:17.543-08:00",
"updated_at": "2026-01-03T21:30:17.543-08:00"
}
}
}Was this page helpful?
curl --request POST \
--url https://api.rootly.com/v1/email_addresses/{id}/resend_verification \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "e6872b50-09a6-4a13-90a3-82a02f780d2b",
"type": "user_email_addresses",
"attributes": {
"user_id": 608,
"email": "[email protected]",
"primary": false,
"verified_at": null,
"created_at": "2026-01-03T21:30:17.543-08:00",
"updated_at": "2026-01-03T21:30:17.543-08:00"
}
}
}