Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Response
email address verified successfully
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": "90fd1596-94c9-42f1-9cd5-c741055204f0",
"type": "user_email_addresses",
"attributes": {
"user_id": 554,
"email": "scotty.marvin@koss.test",
"primary": false,
"verified_at": "2025-11-27T00:13:20.309-08:00",
"created_at": "2025-11-27T00:13:20.244-08:00",
"updated_at": "2025-11-27T00:13:20.313-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
email address verified successfully
Show child attributes
Was this page helpful?
curl --request POST \
--url https://api.rootly.com/v1/email_addresses/{id}/verify \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "90fd1596-94c9-42f1-9cd5-c741055204f0",
"type": "user_email_addresses",
"attributes": {
"user_id": 554,
"email": "scotty.marvin@koss.test",
"primary": false,
"verified_at": "2025-11-27T00:13:20.309-08:00",
"created_at": "2025-11-27T00:13:20.244-08:00",
"updated_at": "2025-11-27T00:13:20.313-08:00"
}
}
}