Skip to main content
GET
/
v2
/
bookings
/
verification
/
email
/
check
Check if email verification is required
curl --request GET \
  --url https://api.cal.com/v2/bookings/verification/email/check \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

email
string
required
Example:

"user@example.com"

userSessionEmail
string
Example:

"user@example.com"

Response

200 - application/json

The response is of type object.