Forum Discussion

arvindnsn's avatar
arvindnsn
Contributor
4 years ago

How to Enter Request body for OAuth2 POST Snap

Hello,

In the Below Snapshot, I am trying to enter the Body Parameters for the REST POST snap for Oauth2 refresh token. I have all the necessary parameters stored as variables and pass them as below.

I have the content type as “application/x-www-form-urlencoded”. I tried putting all the other parameters under HTTP-Header section also, but i am getting the following error. Highly appreciate for any help to solve this issue.

Thanks
Aravind N

2 Replies

  • SpiroTaleski's avatar
    SpiroTaleski
    Valued Contributor

    @arvindnsn

    Based on the error code/message, the endpoint/resource that you want to reach cannot be found.

    Ensure that the endpoint that you are trying to invoke is right one, or check if there are some syntax errors in the URL.

    For REST OAuth2 you can use the REST OAuth2 Account.

    Regards,
    Spiro Taleski

    • arvindnsn's avatar
      arvindnsn
      Contributor

      Thanks for the help. The URL had a mistake and fixing that resolved the issue. I was able to execute with the query parameters itself.

      Thanks
      Aravind N