itemApplicationScopesUpdate

POST {{baseUrl}}/item/application/scopes/update

Enable consumers to update product access on selected accounts for an application.

Request Body

{"access_token"=>"<string>", "application_id"=>"<string>", "scopes"=>{"product_access"=>{"statements"=>true, "identity"=>true, "auth"=>true, "transactions"=>true}, "accounts"=>[{"unique_id"=>"<string>", "authorized"=>true}, {"unique_id"=>"<string>", "authorized"=>true}], "new_accounts"=>true}, "context"=>"<string>", "client_id"=>"5fd43aad1186c30013d6f3e2", "secret"=>"<string>", "state"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{&quot;request_id&quot;:&quot;\u003cstring\u003e&quot;}