Mint intuit api

broken image
broken image

The request you use to generate the new token must include a list of scopes that allows access to all the methods you plan to call with the token.

broken image

You can view the sets of scopes assigned to your application keyset through the Application Keys page in the developer portalĬlick the OAuth Scopes link that is displayed in the lower-right of the image below to get the list of scopes for your application:Įach scope assigned to an application keyset determines: When generated, each set of application keys is assigned a set of scopes where each scope gives the application access to different API methods, resources, and functionality.

broken image

Once signed in to the Developers Program, you can generate application keys for both the Sandbox and Production environments. In another way, a valid OAuth token can successfully authorize a request only if the token was generated with the scope required by the target method. No matter which type of OAuth access token you generate, you must supply the set of scopes for the functionality you will be accessing with the generated token. The OAuth tokens you use to authorize your requests must have the OAuth scope required by the methods and resources you are trying to access. OAuth scopes grant your application access to the different methods and resources.

broken image