{ "opencollection": "1.0.0", "info": { "name": "Sterling Authentication Invites 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": "Invites", "type": "folder" }, "items": [ { "info": { "name": "Resend or retrieve a screening invite", "type": "http" }, "http": { "method": "POST", "url": "https://api.sterlingcheck.app/v2/screenings/:screeningId/invite", "params": [ { "name": "screeningId", "value": "", "type": "path" } ] }, "docs": "[MODELED] Resend the candidate invitation email, or retrieve the hosted invite/form link for a screening that was created with invite.method set to \"link\"." } ] } ], "bundled": true }