Retrieves a specific user email address
curl --request GET \
--url https://api.rootly.com/v1/email_addresses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "c2058678-f2aa-4200-b5af-e78894473f36",
"type": "user_email_addresses",
"attributes": {
"user_id": 608,
"email": "[email protected]",
"primary": false,
"verified_at": null,
"created_at": "2026-01-03T21:30:16.137-08:00",
"updated_at": "2026-01-03T21:30:16.137-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/email_addresses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "c2058678-f2aa-4200-b5af-e78894473f36",
"type": "user_email_addresses",
"attributes": {
"user_id": 608,
"email": "[email protected]",
"primary": false,
"verified_at": null,
"created_at": "2026-01-03T21:30:16.137-08:00",
"updated_at": "2026-01-03T21:30:16.137-08:00"
}
}
}