I've created a client application that is supposed to log every x minutes in the thinkwise database to know it's alive.
There will be around 1500 clients that would basically use the same access token, as I will use a local parameter to diferentiate the different logs.
To prevent having 1500 logins every x minutes, I presume it's preferable to use the token / refresh token.
I'm trying to configure the opeid Machine-Machine integration as described here:
Client applications | Thinkwise Documentation (thinkwisesoftware.com)
The big question for me is: Now what?
I've looked for documentation about how to test the configuration in insomnia/postman, but I've not found any help here.
Could you help me with these questions for configuring in insomnia:
To use the oauth 2.0 flow with client credentials
1 - I set the url the url I want to retrieve access from: GET <base_url>/organizations
2: granType: Client credentials
3. access token url: WHAT SHOULD THIS BE?
4. client id: I presume this should be what is configured in the field “client”in the client application configuration?
5. I filled the configured secret here
Could you help me with this configuration?


