{
"opencollection": "1.0.0",
"info": {
"name": "Cal.diy API v2 Api Keys Deprecated: Platform / Webhooks API",
"version": "1.0.0"
},
"items": [
{
"info": {
"name": "Deprecated: Platform / Webhooks",
"type": "folder"
},
"items": [
{
"info": {
"name": "Get all webhooks",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/v2/oauth-clients/:clientId/webhooks",
"headers": [
{
"name": "x-cal-secret-key",
"value": ""
}
],
"params": [
{
"name": "clientId",
"value": "",
"type": "path"
},
{
"name": "take",
"value": "",
"type": "query",
"description": "Maximum number of items to return"
},
{
"name": "skip",
"value": "",
"type": "query",
"description": "Number of items to skip"
}
]
},
"docs": "These endpoints are deprecated and will be removed in the future."
},
{
"info": {
"name": "Create a webhook",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/v2/oauth-clients/:clientId/webhooks",
"headers": [
{
"name": "x-cal-secret-key",
"value": ""
}
],
"params": [
{
"name": "clientId",
"value": "",
"type": "path"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "These endpoints are deprecated and will be removed in the future."
},
{
"info": {
"name": "Delete all webhooks",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/v2/oauth-clients/:clientId/webhooks",
"headers": [
{
"name": "x-cal-secret-key",
"value": ""
}
],
"params": [
{
"name": "clientId",
"value": "",
"type": "path"
}
]
},
"docs": "These endpoints are deprecated and will be removed in the future."
},
{
"info": {
"name": "Get a webhook",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/v2/oauth-clients/:clientId/webhooks/:webhookId",
"headers": [
{
"name": "x-cal-secret-key",
"value": ""
}
],
"params": [
{
"name": "webhookId",
"value": "",
"type": "path"
},
{
"name": "clientId",
"value": "",
"type": "path"
}
]
},
"docs": "These endpoints are deprecated and will be removed in the future."
},
{
"info": {
"name": "Update a webhook",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/v2/oauth-clients/:clientId/webhooks/:webhookId",
"headers": [
{
"name": "x-cal-secret-key",
"value": ""
}
],
"params": [
{
"name": "webhookId",
"value": "",
"type": "path"
},
{
"name": "clientId",
"value": "",
"type": "path"
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "These endpoints are deprecated and will be removed in the future."
},
{
"info": {
"name": "Delete a webhook",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/v2/oauth-clients/:clientId/webhooks/:webhookId",
"headers": [
{
"name": "x-cal-secret-key",
"value": ""
}
],
"params": [
{
"name": "webhookId",
"value": "",
"type": "path"
},
{
"name": "clientId",
"value": "",
"type": "path"
}
]
},
"docs": "These endpoints are deprecated and will be removed in the future."
}
]
}
],
"bundled": true
}