Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
verification email sent successfully
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": "cbd98231-9198-4881-b499-5ebf07011db2",
"type": "user_email_addresses",
"attributes": {
"user_id": 554,
"email": "catherin.dooley@williamson.example",
"primary": false,
"verified_at": null,
"created_at": "2025-11-27T00:13:20.562-08:00",
"updated_at": "2025-11-27T00:13:20.562-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
verification email sent successfully
Show child attributes
Was this page helpful?
curl --request POST \
--url https://api.rootly.com/v1/email_addresses/{id}/resend_verification \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "cbd98231-9198-4881-b499-5ebf07011db2",
"type": "user_email_addresses",
"attributes": {
"user_id": 554,
"email": "catherin.dooley@williamson.example",
"primary": false,
"verified_at": null,
"created_at": "2025-11-27T00:13:20.562-08:00",
"updated_at": "2025-11-27T00:13:20.562-08:00"
}
}
}