{ "opencollection": "1.0.0", "info": { "name": "Plaid partner/", "version": "2020-09-14_1.517.0" }, "items": [ { "info": { "name": "Plaid", "type": "folder" }, "items": [ { "info": { "name": "Creates a new end customer for a Plaid reseller.", "type": "http" }, "http": { "method": "POST", "url": "https://production.plaid.com/partner/customer/create", "body": { "type": "json", "data": "{}" } }, "docs": "The `/partner/customer/create` endpoint is used by reseller partners to create end customers." }, { "info": { "name": "Returns a Plaid reseller's end customer.", "type": "http" }, "http": { "method": "POST", "url": "https://production.plaid.com/partner/customer/get", "body": { "type": "json", "data": "{}" } }, "docs": "The `/partner/customer/get` endpoint is used by reseller partners to retrieve data about a single end customer." }, { "info": { "name": "Enables a Plaid reseller's end customer in the Production environment.", "type": "http" }, "http": { "method": "POST", "url": "https://production.plaid.com/partner/customer/enable", "body": { "type": "json", "data": "{}" } }, "docs": "The `/partner/customer/enable` endpoint is used by reseller partners to enable an end customer in the Production environment." }, { "info": { "name": "Removes a Plaid reseller's end customer.", "type": "http" }, "http": { "method": "POST", "url": "https://production.plaid.com/partner/customer/remove", "body": { "type": "json", "data": "{}" } }, "docs": "The `/partner/customer/remove` endpoint is used by reseller partners to remove an end customer. Removing an end customer will remove it from view in the Plaid Dashboard and deactivate its API keys. This endpoint can only be used to remove an end customer that has not yet been enabled in Production." }, { "info": { "name": "Plaid Returns OAuth-institution registration information for a given end customer.", "type": "http" }, "http": { "method": "POST", "url": "https://production.plaid.com/partner/customer/oauth_institutions/get", "body": { "type": "json", "data": "{}" } }, "docs": "The `/partner/customer/oauth_institutions/get` endpoint is used by reseller partners to retrieve OAuth-institution registration information about a single end customer. To learn how to set up a webhook to listen to status update events, visit the [reseller documentation](https://plaid.com/docs/account/resellers/#enabling-end-customers)." } ] } ], "bundled": true }