Skip to main content
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": "6a3a8a98-0c08-464c-b7ba-8b9e9a1657b6",
    "type": "user_email_addresses",
    "attributes": {
      "user_id": 530,
      "email": "randa.effertz@west-hartmann.example",
      "primary": false,
      "verified_at": null,
      "created_at": "2025-10-14T20:31:37.451-07:00",
      "updated_at": "2025-10-14T20:31:37.451-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

verification email sent successfully

data
object
required
I