{ "opencollection": "1.0.0", "info": { "name": "Accurate Background Adjudication Notifications API", "version": "3.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.accuratebackground.com/v3/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Notifications", "type": "folder" }, "items": [ { "info": { "name": "Create subject notification", "type": "http" }, "http": { "method": "POST", "url": "https://api.accuratebackground.com/v3/notification/subject" }, "docs": "Send the screening subject a candidate-facing notification, such as a copy of their completed report." } ] } ], "bundled": true }