How to obtain OAuth2 Access token?After creating Consumer Key and Consumer Secret?

Hi team,

How to obtain OAuth2.0 Access token?

I have created Consumer Key and Consumer Secret already , how to get access token for Oauth2 with the help of consumer key and consumer secret for the below created URL.Please suggest me the exact URL to get Access token.I am not getting exact URL for Access token that is to be generated.

https://pratheekhipparagi-eval-test.apigee.net/oauth/client_credential
0 1 714
1 REPLY 1

@pratheek hipparagi,

Please refer to this link for a sample working example on how to generate oauth token using "client credential" grant type.

You can find the curl command to request for an oauth token under the section "Client requests an access token" in the same link.

You can also refer to this example in tutorial to generate oauth token using "client credential" grant type.