in reply to Need use Client id and client secrent of Oauth application

What does the API documentation say? Are you supposed to be authenticating to get this secret? Again, How do I post a question effectively?

  • Comment on Re: Need use Client id and client secrent of Oauth application

Replies are listed 'Best First'.
Re^2: Need use Client id and client secrent of Oauth application
by chandantul (Scribe) on Mar 11, 2021 at 18:07 UTC

    The Client ID and Client secret will be generated from Authorization server and the same will be utlized for Authentication in order to get access to API related JSON response that i was trying to get through API token. My question was, Can i replace the API token with client id and its secret. is that a possible scenario for you ever? I would like to confirm the same.

      Once authorised you have what you need, but the code isn't the same, and you can't just replace the API token with the client ID & secret. This will likely be covered in the API documentation. Also OAuth.