{ "opencollection": "1.0.0", "info": { "name": "Persona Accounts Webhooks API", "version": "2025-12-08" }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List all Webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://withpersona.com/api/v1/webhooks", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List all Webhooks" }, { "info": { "name": "Create a Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://withpersona.com/api/v1/webhooks", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Webhook" } ] } ], "bundled": true }