{ "opencollection": "1.0.0", "info": { "name": "Argyle Accounts Webhooks API", "version": "2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Create webhook subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.argyle.com/partners/v2/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a partner webhook subscription for `verifications.updated` or `verifications.creation_failed`.\n\nFor `verifications.updated`, set `config.include_resource = true` to include the full verification object in `data.resource`." } ] } ], "bundled": true }