Skip to main content

Reverify Email

warning

This endpoint is only available to users with Sentry Interactive issued auth tokens.

This endpoint will generate a new email to the logged user with a new verification code to validate their email address.

HTTP Request

POST https://api.doordeck.com/account/email/reverify

Example

CURL
curl "https://api.doordeck.com/account/email/reverify" \
-X POST \
-H "Authorization: Bearer TOKEN"
Remember

Replace TOKEN with your access token.