{ "opencollection": "1.0.0", "info": { "name": "Onfido Reports API", "version": "v3.6" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Reports", "type": "folder" }, "items": [ { "info": { "name": "Retrieve repeat attempts", "type": "http" }, "http": { "method": "GET", "url": "https://api.{region}.onfido.com/v3.6/repeat_attempts/:report_id", "params": [ { "name": "report_id", "value": "", "type": "path" } ] }, "docs": "Returns all repeat attempts for a given Document report\n" }, { "info": { "name": "List reports", "type": "http" }, "http": { "method": "GET", "url": "https://api.{region}.onfido.com/v3.6/reports", "params": [ { "name": "check_id", "value": "", "type": "query" } ] }, "docs": "All the reports belonging to a particular check can be listed from this endpoint.\n" }, { "info": { "name": "Retrieve report", "type": "http" }, "http": { "method": "GET", "url": "https://api.{region}.onfido.com/v3.6/reports/:report_id", "params": [ { "name": "report_id", "value": "", "type": "path" } ] }, "docs": "A single report can be retrieved using this endpoint with the corresponding unique identifier.\n" }, { "info": { "name": "Resume report", "type": "http" }, "http": { "method": "POST", "url": "https://api.{region}.onfido.com/v3.6/reports/:report_id/resume", "params": [ { "name": "report_id", "value": "", "type": "path" } ] }, "docs": "Resumes a single paused report.\n" }, { "info": { "name": "Cancel report", "type": "http" }, "http": { "method": "POST", "url": "https://api.{region}.onfido.com/v3.6/reports/:report_id/cancel", "params": [ { "name": "report_id", "value": "", "type": "path" } ] }, "docs": "Cancels single paused reports.\n" } ] } ], "bundled": true }