cancel
Showing results for 
Search instead for 
Did you mean: 

How to use Oauth 2.0 to get response by authenticating it

sivadilip97
Level 3

I have token URL and client id and client secrent and Main URL (Base URL).

I am not able to get data from api using this details .

Then i tried base url with token generated from token url . I am able to get response

I need a solution either to get access token or to authenticate and get response from Main URL using client creds with token URL

if someone has any examples ?

Can anyone help with this ?

1 REPLY 1

naveed_raza
Level 6

can you please share more details like this is for which APIs ?

first you have to get the token , and then call the other endpoint URls to get the response by passing the access token.

did you tried using postman application ?