03-12-20 12:24 PM
09-02-22 04:54 PM
08-05-23 04:32 PM
Hi All,
I am facing the same issue.
Please find the Postman screenshots.
Could you please help me with this and show me how to setup the HTTP request to get the result.
14-07-23 09:12 AM
Hi Shashank,
I tried the body format which you suggested but still I am getting the error,
{ "error": "Invalid request" }
Below is my API body format,
grant_type=[refresh_token]&refresh_token=[XXXXX]
whereas I tried it from POSTMAN, API working successfully with x-www-form-urlencoded content type, with below format,
grant_type:refresh_token
refresh_token:XXXXX
14-07-23 12:29 PM
Trupti,
What do you intend to pass in grant_type?
Value of Data Item refresh_token
or string "refresh_token"
------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------
14-07-23 03:12 PM
Hi Shashank,
Value of grant_type is refresh_token ("string"),
grant_type:refresh_token
refresh_token:XXXXX
Thanks in advance
15-07-23 12:56 PM
Hi All,
This worked for me.
Address URL: API End URL
Body : "grant_type=client_credentials"
Content Type : "application/x-www-form-urlencoded"
User name : Client ID
Password : Client Secret
Let us know if this helped or not.
BP Version : 6.10.1
VBO: HTTP Request
Thanks,
Jishnu
------------------------------
Jishnu P Nair
------------------------------
17-07-23 09:54 AM
@Trupti
Please try as per suggestion from Jishnu. If it still doesn't work then I would suggest posting screenshot of your POSTMAN configuration here.