cURL
curl --request POST \ --url https://api.cal.com/v2/verified-resources/emails/verification-code/request \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "email": "acme@example.com" } '
{ "status": "success" }
Sends a verification code to the email
value must be Bearer <token> where <token> is api key prefixed with cal_, managed user access token, or OAuth access token
Bearer <token>
<token>
Email to verify.
"acme@example.com"
success
error
"success"
Was this page helpful?