{ "opencollection": "1.0.0", "info": { "name": "Onfido Webhooks API", "version": "v3.6" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.{region}.onfido.com/v3.6/webhooks" }, "docs": "Lists all webhooks you've created.\n" }, { "info": { "name": "Register webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.{region}.onfido.com/v3.6/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Registers a webhook. Returns a webhook object.\n" }, { "info": { "name": "Retrieve a Webhook", "type": "http" }, "http": { "method": "GET", "url": "https://api.{region}.onfido.com/v3.6/webhooks/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ] }, "docs": "Retrieves a single webhook. Returns a webhook object.\n" }, { "info": { "name": "Edit a webhook", "type": "http" }, "http": { "method": "PUT", "url": "https://api.{region}.onfido.com/v3.6/webhooks/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edits a webhook. Returns the updated webhook object.\n" }, { "info": { "name": "Delete a webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.{region}.onfido.com/v3.6/webhooks/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ] }, "docs": "Deletes a webhook.\n" }, { "info": { "name": "Resends webhooks", "type": "http" }, "http": { "method": "POST", "url": "https://api.{region}.onfido.com/v3.6/webhooks/resend", "body": { "type": "json", "data": "{}" } }, "docs": "Resends events to all webhooks registered with a matching environment in your account.\n" } ] } ], "bundled": true }