postman
postman copied to clipboard
Postman collection and environments
Hi, I've got a problem after starting a session: Response has Id, Token and UserPerson. We are setting user_id and session_token in environment variables. | AssertionError: Target cannot be null...
When adding a session for a company user, the `user_id` and `session_token` environment variables were not updated due to failed tests. This small change fixes it by first determining if...
Because session_token is needed for `GET - List monetary accounts` that doesn't work. For now, manually editing the environment works.
After creating a **company** sandbox user and following the README (create installation, add the device and add a session), the other API requests fails.. for example listing monetary accounts. I...