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.
11-06-25 10:27 AM
In postman, i'm able to execute the post request successfully with required headers & body (x-www-form.urlendcode. Please refer the above screenshot and also the code snippet of it.
But upon executing via BP web services, facing invalid username or password error. The below screenshots added have all the details mentioned in postman. But still it fails .... How do i pass the user name & password in the following path to make it work (BP > Webservices >Request/body/template)
11-06-25 10:33 AM
Did you get the solution for this one ? im also facing the same issue
11-06-25 10:37 AM
Did you get solution for this issue? i'm facing the issue (userid& password) passing it in body content