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": "34dd0b4f-3cdf-4059-b625-88528bf35897",
"type": "user_email_addresses",
"attributes": {
"user_id": 1144,
"email": "[email protected]",
"primary": false,
"verified_at": null,
"created_at": "2026-02-13T18:10:40.875-08:00",
"updated_at": "2026-02-13T18:10:40.875-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": "34dd0b4f-3cdf-4059-b625-88528bf35897",
"type": "user_email_addresses",
"attributes": {
"user_id": 1144,
"email": "[email protected]",
"primary": false,
"verified_at": null,
"created_at": "2026-02-13T18:10:40.875-08:00",
"updated_at": "2026-02-13T18:10:40.875-08:00"
}
}
}