Follow the steps below to create an account access consent:
First, in the collections, under Accounts, open the Get Access Token request and click Send.
If your environment was set up properly, there is no need to change any parameter.
The request returns a JSON containing an access token, which is automatically saved to the access_token
environment variable.
There's no need to copy the value; it will automatically be used in the following requests.
code
parameter from this URL. You will need it in the next step.code
parameter which was retrieved from the previous redirect URL and click Send.
access_token
parameter. This has automatically been saved to the accounts_access_token
environment variable for later use.Open the Retrieve all accounts request and click Send.
As a result, you see the account information of the specified accounts to which you have been granted access during the authorisation flow.
Now you can use the obtained permissions to call the remaining Accounts endpoints.