POST
/
v2
/
channel
/
email
/
resend
Resend Email Verification
curl --request POST \
  --url https://alerts-api.dial.to/v2/channel/email/resend \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Dialect-Client-Key: <x-dialect-client-key>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer token authentication for subscriber calls

Headers

X-Dialect-Client-Key
string
required

Client Key used to uniquely identify the client

Example:

"dk_gyh2eqzfkc4mhp5eiahnndkz"

Response

201

Email verification resent successfully