provider plaid POST /item/application/scopes/update
@utdk/plaid /item/application/scopes/update
Update the scopes of access for a particular application
Enable consumers to update product access on selected accounts for an application.

Try it

Authentication
Configure credentials for The Plaid API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

itemapplicationscopesupdate
POST/item/application/scopes/update
Enable consumers to update product access on selected accounts for an application.

Input

Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.

Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.

required

The access token associated with the Item data is being requested for.

required

This field will map to the application ID that is returned from /item/application/list, or provided to the institution in an oauth redirect.

required

The scopes object

When scopes are updated during enrollment, this field must be populated with the state sent to the partner in the OAuth Login URI. This field is required when the context is `ENROLLMENT`.

required

An indicator for when scopes are being updated. When scopes are updated via enrollment (i.e. OAuth), the partner must send `ENROLLMENT`. When scopes are updated in a post-enrollment view, the partner must send `PORTAL`.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import plaid from '@utdk/plaid';

await plaid.itemapplicationscopesupdate()