{ "opencollection": "1.0.0", "info": { "name": "Plaid link/", "version": "2020-09-14_1.517.0" }, "items": [ { "info": { "name": "Plaid", "type": "folder" }, "items": [ { "info": { "name": "Plaid Check profile eligibility", "type": "http" }, "http": { "method": "POST", "url": "https://production.plaid.com/link/profile/eligibility/check", "body": { "type": "json", "data": "{}" } }, "docs": "The `/link/profile/eligibility/check` endpoint can be used to check whether a user with the\nsupplied phone number has a saved profile that satisfies customer-defined eligibility\nrequirements." }, { "info": { "name": "Plaid Create Link Token", "type": "http" }, "http": { "method": "POST", "url": "https://production.plaid.com/link/token/create", "body": { "type": "json", "data": "{}" } }, "docs": "The `/link/token/create` endpoint creates a `link_token`, which is required as a parameter when initializing Link. Once Link has been initialized, it returns a `public_token`, which can then be exchanged for an `access_token` via `/item/public_token/exchange` as part of the main Link flow.\n\nA `link_token` generated by `/link/token/create` is also used to initialize other Link flows, such as the update mode flow for tokens with expired credentials, or the Payment Initiation (Europe) flow." }, { "info": { "name": "Plaid Get Link Token", "type": "http" }, "http": { "method": "POST", "url": "https://production.plaid.com/link/token/get", "body": { "type": "json", "data": "{}" } }, "docs": "The `/link/token/get` endpoint gets information about a previously-created `link_token` using the\n`/link/token/create` endpoint. It can be useful for debugging purposes." }, { "info": { "name": "Plaid Exchange the Link Correlation Id for a Link Token", "type": "http" }, "http": { "method": "POST", "url": "https://production.plaid.com/link/oauth/correlation_id/exchange", "body": { "type": "json", "data": "{}" } }, "docs": "Exchange an OAuth `link_correlation_id` for the corresponding `link_token`. The `link_correlation_id` is only available for 'payment_initiation' products and is provided to the client via the OAuth `redirect_uri` as a query parameter.\nThe `link_correlation_id` is ephemeral and expires in a brief period, after which it can no longer be exchanged for the 'link_token'." } ] } ], "bundled": true }