File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ It's a project that allows you to access bunq's public API using [Postman](https
9
9
not use any of Postman's cloud features.
10
10
3 . Click ` Import ` button in top left and drag all the files from the project there
11
11
4 . In top right corner select your environment (sandbox or production).
12
- 5 . If you selected sandbox, run ` Create a sandbox user ` request. It will automatically save you API key to the
12
+ 5 . If you selected sandbox, run ` Create a sandbox user ` request. It will automatically save your API key to the
13
13
environment.
14
14
6 . If you selected production, edit the environment using the "eye" icon. Set "current value" of ` api_key ` to your API
15
15
key.
16
16
7 . Run ` Create an installation ` , ` Add the device ` , ` Add a session ` in that order. They will create everything needed for
17
17
using public API, including RSA keys, session and installation tokens. For you reference all those values will be set
18
18
in the environment.
19
19
8 . Run ` GET - List monetary accounts ` to check that everything is working properly. If it does, you can modify that request to
20
- do whatever you wanted to do and "Save as" for you future use.
20
+ do whatever you wanted to do and "Save as" for your future use.
21
21
22
22
### How does it work?
23
23
You can’t perform that action at this time.
0 commit comments