Generating access token
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2016 06:26 AM
Hi All,
I am using REST API, using client id and client secret i can get the access token using POST request
curl -d "grant_type=password&client_id=xxxxx&client_secret=xxxxx&username=admin&password=xxxxx##" https://devxxxx.service-now.com/oauth_token.do
Can i know how can get the access token using Authorization code.
I have seen documents but its not clear. Can any one help me on this.
Thanks in Advance,
Aditya.
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2016 06:47 AM
Sorry no.