Skip to main content
POST
Verify an email

Headers

Authorization
string
required

value must be Bearer <token> where <token> is api key prefixed with cal_, managed user access token, or OAuth access token

Body

application/json
email
string
required

Email to verify.

Example:

"example@acme.com"

code
string
required

verification code sent to the email to verify

Example:

"1ABG2C"

Response

200 - application/json
status
enum<string>
required
Available options:
success,
error
Example:

"success"

data
object
required