IMPORTANT URLS:
First ServiceNow video (Basic Auth): [ Ссылка ]
API Call to get access token (make sure to use your own instance ID!):
[ Ссылка ]
GET API call to get incidents:
[ Ссылка ]
In this video, I create an OAuth API endpoint for external clients to be able to call and access my ServiceNow instance securely via OAuth 2.0. I use my clientID, clientsecret, username, and password to be able to grab my access token from this URL: [ Ссылка ]
Once I grab the access token, I can call any of the ServiceNow APIs securely, such as [ Ссылка ]
with Bearer Token Authentication. Postman makes this very easy!
Just beware of any unexpected headers in Postman, I was stuck on this issue for HOURS!
Please comment with any issues you may have and I will try my best to help. We learn together in public here!
Ещё видео!