1. Docs
  2. API Reference
  3. Resend verification email

Resend verification email

POST/v1/auth/resend-verification

Request body

  • emailstring*

    Email address

Code samples

cURLJavaScriptPythonGo
curl -X POST "https://api.canopy.dev/v1/auth/resend-verification" \
  -H "Content-Type: application/json" \
  -d '{
    "email": "string"
  }'

Responses

200 Verification email sent
{
  "message": "string"
}

application/json

  • messagestring*

Returned object

On this page

Related endpoints

POSTRegister a new user
POSTLook up invite details by token
POSTAccept an invite
POSTAuthenticate and receive tokens
POSTSelect an Application from a pre-auth session (post-login picker)
POSTSwitch the active Application in an authenticated session
POSTRefresh access token
POSTLogout and revoke tokens
GETVerify email address
POSTRequest password reset
POSTReset password with token
POSTChange password (authenticated)
GETGet current user profile
GETGet current user permissions
GETList the Accounts the current user belongs to
GETList active sessions
DELETERevoke all sessions
DELETERevoke a specific session