{ "opencollection": "1.0.0", "info": { "name": "Plaid identity verification/", "version": "2020-09-14_1.517.0" }, "items": [ { "info": { "name": "Plaid", "type": "folder" }, "items": [ { "info": { "name": "Plaid Create a new Identity Verification", "type": "http" }, "http": { "method": "POST", "url": "https://production.plaid.com/identity_verification/create", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Identity Verification for the user specified by the `client_user_id` field. The requirements and behavior of the verification are determined by the `template_id` provided.\nIf you don't know whether the associated user already has an active Identity Verification, you can specify `\"is_idempotent\": true` in the request body. With idempotency enabled, a new Identity Verification will only be created if one does not already exist for the associated `client_user_id` and `template_id`. If " }, { "info": { "name": "Plaid Retrieve Identity Verification", "type": "http" }, "http": { "method": "POST", "url": "https://production.plaid.com/identity_verification/get", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve a previously created Identity Verification." }, { "info": { "name": "Plaid List Identity Verifications", "type": "http" }, "http": { "method": "POST", "url": "https://production.plaid.com/identity_verification/list", "body": { "type": "json", "data": "{}" } }, "docs": "Filter and list Identity Verifications created by your account" }, { "info": { "name": "Plaid Retry an Identity Verification", "type": "http" }, "http": { "method": "POST", "url": "https://production.plaid.com/identity_verification/retry", "body": { "type": "json", "data": "{}" } }, "docs": "Allow a customer to retry their Identity Verification" }, { "info": { "name": "Plaid Create autofill for an Identity Verification", "type": "http" }, "http": { "method": "POST", "url": "https://production.plaid.com/identity_verification/autofill/create", "body": { "type": "json", "data": "{}" } }, "docs": "Try to autofill an Identity Verification based of the provided phone number, date of birth and country of residence." } ] } ], "bundled": true }