Resend verification email
POST /api/v1/alert-contacts/{id}/resend
POST
/api/v1/alert-contacts/{id}/resend
Resends the verification email for an unverified email contact. Returns 404 if the contact is already verified or doesn’t exist.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
integer
Example
1Unique alert contact identifier.
Responses
Section titled “ Responses ”Verification email sent.
object
status
string
Example
sentAuthentication credentials are missing or invalid.
Error response returned when a request fails.
object
error
required
A human-readable error message.
string
Example
monitor not foundExample
{ "error": "unauthorized"}The requested resource was not found.
Error response returned when a request fails.
object
error
required
A human-readable error message.
string
Example
monitor not foundExample
{ "error": "not found"}