Our supplier has changed their API and are now using OAuth. I'm struggling to connect, mostly because they are very unhelpful about what is needed in the Header and Body to access the credentials API
I have been given this information:
access token URL https://ashridgeidentityserver.azurewebsites.net/connect/token
OAuth 2 with Client Credentials
Client ID : AG_WaternetAPIClient
Client Secret : **********
Client Scope : AG_DatabaseAPI
And a screenshot from their POSTMAN service.
Can anyone help me set up the HTTP Caller? I have added the client secret to a Bearer Token thus far but just get "bad request"