{ "opencollection": "1.0.0", "info": { "name": "Public Api v3 Applicant Webhook API", "version": "3.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhook", "type": "folder" }, "items": [ { "info": { "name": "List Webhook subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.yousign.app/v3/webhooks" }, "docs": "Returns the list of all Webhook subscriptions in your Organization." }, { "info": { "name": "Create a Webhook subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api-sandbox.yousign.app/v3/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Webhook subscription in your organization." }, { "info": { "name": "Get a Webhook subscription", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.yousign.app/v3/webhooks/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path", "description": "Webhook Id" } ] }, "docs": "Retrieves a given Webhook subscription." }, { "info": { "name": "Update a Webhook subscription", "type": "http" }, "http": { "method": "PATCH", "url": "https://api-sandbox.yousign.app/v3/webhooks/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path", "description": "Webhook Id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a given Webhook subscription.\nAny parameters not provided are left unchanged.\n" }, { "info": { "name": "Delete a Webhook subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://api-sandbox.yousign.app/v3/webhooks/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path", "description": "Webhook Id" } ] }, "docs": "Deletes a given Webhook subscription." } ] } ], "bundled": true }