Verify an email
Use code to verify an email
Headers
value must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token
Request body
Example request
{
"email": "example@acme.com",
"code": "1ABG2C"
}Response
Example response
{
"status": "success",
"data": {
"id": 789,
"email": "user@example.com",
"userId": 45
}
}Changes
Changed in 2 of the 50 revisions of this API.11112
- ▲
removed the required property
data/availabilityfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/isDefaultfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/isLastSchedulefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/isManagedfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/namefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/readOnlyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/schedulefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/timeZonefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/workingHoursfrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
data/dateOverridesfrom the response with the200statusresponse-optional-property-removed
- ○
added the required property
data/emailto the response with the200statusresponse-required-property-added
- ○
added the required property
data/userIdto the response with the200statusresponse-required-property-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed the required property
data/emailfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/userIdfrom the response with the200statusresponse-required-property-removed
- ○
added the optional property
data/dateOverridesto the response with the200statusresponse-optional-property-added
- ○
added the required property
data/availabilityto the response with the200statusresponse-required-property-added
- ○
added the required property
data/isDefaultto the response with the200statusresponse-required-property-added
- ○
added the required property
data/isLastScheduleto the response with the200statusresponse-required-property-added
- ○
added the required property
data/isManagedto the response with the200statusresponse-required-property-added
- ○
added the required property
data/nameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/readOnlyto the response with the200statusresponse-required-property-added
- ○
added the required property
data/scheduleto the response with the200statusresponse-required-property-added
- ○
added the required property
data/timeZoneto the response with the200statusresponse-required-property-added
- ○
added the required property
data/workingHoursto the response with the200statusresponse-required-property-added
This revision also has 46 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲