Verifies an email address using a verification token
curl --request POST \
--url https://api.rootly.com/v1/email_addresses/{id}/verify \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "efae759f-3616-4f3b-b686-957497fc1fcd",
"type": "user_email_addresses",
"attributes": {
"user_id": 956,
"email": "[email protected]",
"primary": false,
"verified_at": "2026-01-23T23:01:11.873-08:00",
"created_at": "2026-01-23T23:01:11.833-08:00",
"updated_at": "2026-01-23T23:01:11.877-08:00"
}
}
}Was this page helpful?
curl --request POST \
--url https://api.rootly.com/v1/email_addresses/{id}/verify \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "efae759f-3616-4f3b-b686-957497fc1fcd",
"type": "user_email_addresses",
"attributes": {
"user_id": 956,
"email": "[email protected]",
"primary": false,
"verified_at": "2026-01-23T23:01:11.873-08:00",
"created_at": "2026-01-23T23:01:11.833-08:00",
"updated_at": "2026-01-23T23:01:11.877-08:00"
}
}
}