curl --request GET \
--url https://api.cal.com/v2/verified-resources/emails/{id} \
--header 'Authorization: <authorization>'{
"status": "success",
"data": {
"id": 789,
"email": "[email protected]",
"userId": 45
}
}curl --request GET \
--url https://api.cal.com/v2/verified-resources/emails/{id} \
--header 'Authorization: <authorization>'{
"status": "success",
"data": {
"id": 789,
"email": "[email protected]",
"userId": 45
}
}value must be Bearer <token> where <token> is api key prefixed with cal_, managed user access token, or OAuth access token
Was this page helpful?