{ "opencollection": "1.0.0", "info": { "name": "Evident VerifyAPI and Submit Results Submission API", "version": "1.0" }, "items": [ { "info": { "name": "Submission", "type": "folder" }, "items": [ { "info": { "name": "Submit personal data for a verification request", "type": "http" }, "http": { "method": "POST", "url": "https://verify.api.evidentid.com/api/v1/requests", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Send the personal data and credentials needed to satisfy a verification request (SubmitAPI). Authenticated with the userIdentityToken bearer token returned by VerifyAPI. Use the SubmitAPI server base URL." } ] } ], "bundled": true }