Forum Discussion
Anonymous
7 years agoNot applicable
Working API calls with service principal & data set refresh in postman
Hi, I'm freaking out here - what a hell of a mess in the documentation. I wasted hours in trying to get an working example in postman for authenticating with a service principal and doing a simpl...
Anonymous
7 years agoNot applicable
Ok, i'm getting one step closer. I managed to get the access token by using our tenant ID in the oauth call and using the client id (application id) together with our secret:
I tried to do now a simple statement:
I'm using a new workspace (preview) and added the security group as Admin to the members. What's the missing point?
Jayendran
Solution Sage
6 years agoHi Anonymous ,
The flow will be , once you get the token
Use the token to takeover the DataSET
Then call the Refresh API using the token
Let me know if you face any issue with this