Forum Discussion
How to pass a refresh token using post methode in body
- 2 years ago
I managed to sort it out, eventually postman was my friend. After setting it up in the gui i clicked on the code snippet column on the right and selected http from teh dropdown
That provide the raw output you will need for the body, in my case as simple as:
refresh_token=abc12345678
no need for ', ", or {}
(My output was origincally set to curl, I guess i learned some postman today 🙂 )
I managed to sort it out, eventually postman was my friend. After setting it up in the gui i clicked on the code snippet column on the right and selected http from teh dropdown
That provide the raw output you will need for the body, in my case as simple as:
refresh_token=abc12345678
no need for ', ", or {}
(My output was origincally set to curl, I guess i learned some postman today 🙂 )
- v-cboorla-msft2 years ago
Microsoft Employee
Hi smeetsh
Glad that you query got resolved and thank you for sharing the same with the community as it can be helpful to others.
Please continue using Fabric Community for further queries.Thank you.