POST
/
v2
/
organizations
/
{orgId}
/
teams
/
{teamId}
/
verified-resources
/
emails
/
verification-code
/
request
curl --request POST \
  --url https://api.cal.com/v2/organizations/{orgId}/teams/{teamId}/verified-resources/emails/verification-code/request \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "acme@example.com"
}'
{
  "status": "success"
}

Headers

Authorization
string
required

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

Body

application/json

Response

200 - application/json

The response is of type object.