Retrieves a specific user email address
curl --request GET \
--url https://api.rootly.com/v1/email_addresses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "3e2909c4-fa33-4d89-80b7-ae3cf1dad844",
"type": "user_email_addresses",
"attributes": {
"user_id": 956,
"email": "[email protected]",
"primary": false,
"verified_at": null,
"created_at": "2026-01-23T23:01:10.799-08:00",
"updated_at": "2026-01-23T23:01:10.799-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/email_addresses/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "3e2909c4-fa33-4d89-80b7-ae3cf1dad844",
"type": "user_email_addresses",
"attributes": {
"user_id": 956,
"email": "[email protected]",
"primary": false,
"verified_at": null,
"created_at": "2026-01-23T23:01:10.799-08:00",
"updated_at": "2026-01-23T23:01:10.799-08:00"
}
}
}