Headers
For non-platform customers - value must be Bearer <token> where <token> is api key prefixed with cal_
For platform customers - OAuth client secret key
For platform customers - OAuth client ID
curl --request GET \
  --url https://api.cal.com/v2/organizations/{orgId}/webhooks/{webhookId}{
  "status": "success",
  "data": {
    "payloadTemplate": "{\"content\":\"A new event has been scheduled\",\"type\":\"{{type}}\",\"name\":\"{{title}}\",\"organizer\":\"{{organizer.name}}\",\"booker\":\"{{attendees.0.name}}\"}",
    "teamId": 123,
    "id": 123,
    "triggers": [
      {}
    ],
    "subscriberUrl": "<string>",
    "active": true,
    "secret": "<string>"
  }
}curl --request GET \
  --url https://api.cal.com/v2/organizations/{orgId}/webhooks/{webhookId}{
  "status": "success",
  "data": {
    "payloadTemplate": "{\"content\":\"A new event has been scheduled\",\"type\":\"{{type}}\",\"name\":\"{{title}}\",\"organizer\":\"{{organizer.name}}\",\"booker\":\"{{attendees.0.name}}\"}",
    "teamId": 123,
    "id": 123,
    "triggers": [
      {}
    ],
    "subscriberUrl": "<string>",
    "active": true,
    "secret": "<string>"
  }
}For non-platform customers - value must be Bearer <token> where <token> is api key prefixed with cal_
For platform customers - OAuth client secret key
For platform customers - OAuth client ID
Was this page helpful?