{ "opencollection": "1.0.0", "info": { "name": "Onfido Photo API", "version": "v3.6" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Photo", "type": "folder" }, "items": [ { "info": { "name": "Retrieve live photo", "type": "http" }, "http": { "method": "GET", "url": "https://api.{region}.onfido.com/v3.6/live_photos/:live_photo_id", "params": [ { "name": "live_photo_id", "value": "", "type": "path", "description": "The live photo's unique identifier." } ] }, "docs": "Retrieves a single live photo. Returns a live photo object.\n" }, { "info": { "name": "Download live photo", "type": "http" }, "http": { "method": "GET", "url": "https://api.{region}.onfido.com/v3.6/live_photos/:live_photo_id/download", "params": [ { "name": "live_photo_id", "value": "", "type": "path", "description": "The live photo's unique identifier." } ] }, "docs": "Live photos are downloaded using this endpoint." }, { "info": { "name": "Retrieve ID photo", "type": "http" }, "http": { "method": "GET", "url": "https://api.{region}.onfido.com/v3.6/id_photos/:id_photo_id", "params": [ { "name": "id_photo_id", "value": "", "type": "path", "description": "The ID photo's unique identifier." } ] }, "docs": "Retrieves a single ID photo. Returns a ID photo object.\n" }, { "info": { "name": "Download ID photo", "type": "http" }, "http": { "method": "GET", "url": "https://api.{region}.onfido.com/v3.6/id_photos/:id_photo_id/download", "params": [ { "name": "id_photo_id", "value": "", "type": "path", "description": "The ID photo's unique identifier." } ] }, "docs": "ID photos are downloaded using this endpoint." } ] } ], "bundled": true }