OAuth2 Authentication Error

Hello All,
I am using HTTP Request activity to add time log in Zoho and provided all the necessary parameters. I was able to get the access token successfully using http request activity and passed the same access token while passing the endpoint url of adding timelogs.

and passes the generated access token in this given format.

Please let me know the solution of the same.

Thanks

in such cases we can recommend

  • prototype it in Postman
  • once it is working then port it to Http Request

Its working fine in Postman.
But facing an issue in Http Request Only

thats good. So now you can check out what was done by postman and modell it HTTP Request. You can import in newer versions the curl. But we had seen, that the import also can fail. So, sometimes post editing is needed

Hi,
I have taken the URL from Postman only and pasted in the HTTP request.
The URL which I have chosen is of the refesh token (i.e. permanent).
But still getting an error message as: Provided authentication token is invalid. Although the token which I am providing here is working fine with the Postman,