{ "opencollection": "1.0.0", "info": { "name": "Sterling Authentication Webhooks API", "version": "2.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.sterlingcheck.app/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhook subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.sterlingcheck.app/v2/webhooks" }, "docs": "[MODELED] List account-level webhook subscriptions. The confirmed mechanism is the per-screening callbackUri on POST /screenings; an account-level subscription surface is modeled here." }, { "info": { "name": "Create a webhook subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.sterlingcheck.app/v2/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "[MODELED] Register an account-level callback URL to receive screening status events." }, { "info": { "name": "Delete a webhook subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.sterlingcheck.app/v2/webhooks/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path" } ] }, "docs": "[MODELED] Delete an account-level webhook subscription." } ] } ], "bundled": true }