{ "opencollection": "1.0.0", "info": { "name": "Sterling Authentication Packages 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": "Packages", "type": "folder" }, "items": [ { "info": { "name": "List available screening packages", "type": "http" }, "http": { "method": "GET", "url": "https://api.sterlingcheck.app/v2/packages" }, "docs": "[CONFIRMED] Retrieve a list of the packages available to your account. A package is a group of screening products. Each package specifies which fields are required on a candidate record in order to process the associated screening." }, { "info": { "name": "Retrieve a package", "type": "http" }, "http": { "method": "GET", "url": "https://api.sterlingcheck.app/v2/packages/:packageId", "params": [ { "name": "packageId", "value": "", "type": "path" } ] }, "docs": "[MODELED] Retrieve a single package by ID, including the screening products it contains and the candidate fields it requires." } ] } ], "bundled": true }