{ "opencollection": "1.0.0", "info": { "name": "Okra Accounts Webhooks API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Re-trigger webhook callbacks", "type": "http" }, "http": { "method": "POST", "url": "https://api.okra.ng/v2/callback/trigger", "body": { "type": "json", "data": "{}" } }, "docs": "Re-triggers webhook callbacks for the supplied record ids, optionally redirecting the callbacks to a different URL." } ] } ], "bundled": true }