{ "opencollection": "1.0.0", "info": { "name": "Checkr Account Invitations API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Invitations", "type": "folder" }, "items": [ { "info": { "name": "List invitations", "type": "http" }, "http": { "method": "GET", "url": "https://api.checkr.com/v1/invitations", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page of results to return." }, { "name": "per_page", "value": "", "type": "query", "description": "The number of results per page (default 25)." }, { "name": "status", "value": "", "type": "query" } ] }, "docs": "List invitations" }, { "info": { "name": "Create an invitation", "type": "http" }, "http": { "method": "POST", "url": "https://api.checkr.com/v1/invitations", "body": { "type": "json", "data": "{}" } }, "docs": "Create an invitation" }, { "info": { "name": "Retrieve an invitation", "type": "http" }, "http": { "method": "GET", "url": "https://api.checkr.com/v1/invitations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Retrieve an invitation" }, { "info": { "name": "Cancel an invitation", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.checkr.com/v1/invitations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Cancel an invitation" } ] } ], "bundled": true }