curl --request GET \
--url https://api.cal.com/v2/organizations/{orgId}/teams/{teamId}/verified-resources/phones \
--header 'Authorization: <authorization>'{
"status": "success",
"data": [
{
"id": 789,
"phoneNumber": "+37255556666",
"teamId": 89,
"userId": 45
}
]
}curl --request GET \
--url https://api.cal.com/v2/organizations/{orgId}/teams/{teamId}/verified-resources/phones \
--header 'Authorization: <authorization>'{
"status": "success",
"data": [
{
"id": 789,
"phoneNumber": "+37255556666",
"teamId": 89,
"userId": 45
}
]
}value must be Bearer <token> where <token> is api key prefixed with cal_, managed user access token, or OAuth access token
Maximum number of items to return
1 <= x <= 25025
Number of items to skip
x >= 00
Was this page helpful?