POST
/
v1
/
email_addresses
/
{id}
/
resend_verification
Resends verification email
curl --request POST \
  --url https://api.rootly.com/v1/email_addresses/{id}/resend_verification \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "be14f205-ab64-4f6f-9e95-3af41a1ec0cd",
    "type": "user_email_addresses",
    "attributes": {
      "user_id": 488,
      "email": "estefana_conroy@klocko-kessler.test",
      "primary": false,
      "verified_at": null,
      "created_at": "2025-08-14T12:48:53.722-07:00",
      "updated_at": "2025-08-14T12:48:53.722-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/vnd.api+json

verification email sent successfully

The response is of type object.