Skip to main content

Verify Email

This endpoint is used to verify a user's email address.

HTTP Request

PUT https://api.doordeck.com/account/email/verify

Query Parameters

ParameterRequiredDescription
codetrueVerification code from email.

Example

CURL
curl "https://api.doordeck.com/account/email/verify?code=CODE" \
-X PUT
Remember

Replace CODE with the verification code from the email.