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": "856e7027-11eb-4a72-bc58-b4313155303f",
"type": "user_email_addresses",
"attributes": {
"user_id": 554,
"email": "dianna.kris@ohara.example",
"primary": false,
"verified_at": "2025-11-24T17:30:55.890-08:00",
"created_at": "2025-11-24T17:30:55.831-08:00",
"updated_at": "2025-11-24T17:30:55.895-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": "856e7027-11eb-4a72-bc58-b4313155303f",
"type": "user_email_addresses",
"attributes": {
"user_id": 554,
"email": "dianna.kris@ohara.example",
"primary": false,
"verified_at": "2025-11-24T17:30:55.890-08:00",
"created_at": "2025-11-24T17:30:55.831-08:00",
"updated_at": "2025-11-24T17:30:55.895-08:00"
}
}
}