GET
/
v2
/
provider
/
{clientId}
curl --request GET \
  --url https://api.cal.com/v2/provider/{clientId}
{
  "status": "success",
  "data": {
    "clientId": "<string>",
    "organizationId": 123,
    "name": "<string>"
  }
}

Path Parameters

clientId
string
required

Response

200 - application/json
status
enum<string>
required
Available options:
success,
error
Example:

"success"

data
object
required