Prerequisites
You need to be registered as an OAuth client on our server.
Send a request to api@metos.at or open a ticket to get served: https://support.metos.at.
We need
+ your preferred Client ID,
+ an existing FieldClimate username (becoming the admin for your OAuth client)
+ and your preferred Callback URL(s). Postman offers per default:
https://www.getpostman.com/oauth2/callback and
https://oauth.pstmn.io/v1/browser-callback
You will receive the confirmed Client ID and your Client Secret.
OAuth2 Setup on Postman
Configure your Authorization settings on Postman collection level. Folders and requests can then inherit the settings from there.
Special settings
Authorize using browser: false
State: any number, e.g.: 146
Get a New Access Token
Once per Postman session, you have to request a new access token.
The OAuth login prompt from FieldClimate is shown asking you for your FieldClimate account credentials.