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": "e4d8c05b-6246-41d1-a932-f76f8031de0e",
"type": "user_email_addresses",
"attributes": {
"user_id": 956,
"email": "[email protected]",
"primary": false,
"verified_at": null,
"created_at": "2026-01-23T23:01:12.047-08:00",
"updated_at": "2026-01-23T23:01:12.047-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": "e4d8c05b-6246-41d1-a932-f76f8031de0e",
"type": "user_email_addresses",
"attributes": {
"user_id": 956,
"email": "[email protected]",
"primary": false,
"verified_at": null,
"created_at": "2026-01-23T23:01:12.047-08:00",
"updated_at": "2026-01-23T23:01:12.047-08:00"
}
}
}