{ "opencollection": "1.0.0", "info": { "name": "Docupilot accounts APIs ai esign-settings API", "version": "1.0" }, "items": [ { "info": { "name": "esign-settings", "type": "folder" }, "items": [ { "info": { "name": "Get verified email DNS accounts for eSign notifications", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboard/esign/global-settings/general/email-accounts/", "headers": [ { "name": "X-Workspace", "value": "" } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Get verified email DNS accounts for eSign notifications" }, { "info": { "name": "Get signature general settings", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboard/esign/global-settings/general/get/", "headers": [ { "name": "X-Workspace", "value": "" } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Get signature general settings" }, { "info": { "name": "Update signature general settings", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/dashboard/esign/global-settings/general/update/", "headers": [ { "name": "X-Workspace", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Update signature general settings" }, { "info": { "name": "Update email account for eSign notifications", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/dashboard/esign/global-settings/general/update-email-account/", "headers": [ { "name": "X-Workspace", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Update email account for eSign notifications" }, { "info": { "name": "Get list of webhooks", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboard/esign/global-settings/webhooks/", "headers": [ { "name": "X-Workspace", "value": "" } ], "params": [ { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "search", "value": "", "type": "query", "description": "A search term." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Get list of webhooks" }, { "info": { "name": "Create a new webhook", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/dashboard/esign/global-settings/webhooks/", "headers": [ { "name": "X-Workspace", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Create a new webhook" }, { "info": { "name": "Partial update of an webhook", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/dashboard/esign/global-settings/webhooks/:id/", "headers": [ { "name": "X-Workspace", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Partial update of an webhook" }, { "info": { "name": "Delete an webhook", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/dashboard/esign/global-settings/webhooks/:id/", "headers": [ { "name": "X-Workspace", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Delete an webhook" }, { "info": { "name": "Get list of webhook events", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboard/esign/global-settings/webhooks/:webhook_id/events/", "headers": [ { "name": "X-Workspace", "value": "" } ], "params": [ { "name": "event", "value": "", "type": "query", "description": "Filter by event" }, { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "search", "value": "", "type": "query", "description": "A search term." }, { "name": "status_code", "value": "", "type": "query", "description": "Filter by status code" }, { "name": "webhook_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Get list of webhook events" }, { "info": { "name": "Retry webhook event", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/dashboard/esign/global-settings/webhooks/:webhook_id/events/:id/retry/", "headers": [ { "name": "X-Workspace", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "webhook_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Retry webhook event" }, { "info": { "name": "Generate HMAC secret", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboard/esign/global-settings/webhooks/generate-hmac-secret/", "headers": [ { "name": "X-Workspace", "value": "" } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Generate HMAC secret" }, { "info": { "name": "Send test event to webhook", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/dashboard/esign/global-settings/webhooks/send-test-event/", "headers": [ { "name": "X-Workspace", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Send test event to webhook" } ] } ], "bundled": true }