{ "opencollection": "1.0.0", "info": { "name": "Cal.diy API v2 Api Keys Event Types Private Links API", "version": "1.0.0" }, "items": [ { "info": { "name": "Event Types Private Links", "type": "folder" }, "items": [ { "info": { "name": "Get all private links for an event type", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/event-types/:eventTypeId/private-links", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "eventTypeId", "value": "", "type": "path" } ] }, "docs": "Get all private links for an event type" }, { "info": { "name": "Create a private link for an event type", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/event-types/:eventTypeId/private-links", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "eventTypeId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a private link for an event type" }, { "info": { "name": "Update a private link for an event type", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/v2/event-types/:eventTypeId/private-links/:linkId", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "eventTypeId", "value": "", "type": "path" }, { "name": "linkId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a private link for an event type" }, { "info": { "name": "Delete a private link for an event type", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v2/event-types/:eventTypeId/private-links/:linkId", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "eventTypeId", "value": "", "type": "path" }, { "name": "linkId", "value": "", "type": "path" } ] }, "docs": "Delete a private link for an event type" } ] } ], "bundled": true }