- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2021 10:50 PM
I have used the below URL to fetch the incidents from an incident table using basic authentication (used ServiceNow username and password), when hit the send from postman, unfortunately getting 401 unauthorized response
GET URL: https://devxxxxxx.service-now.com/api/now/table/incident?sysparm_limit=1
can you please guide me to resolve this authentication issue, I tried but could not exact information for the same.
Solved! Go to Solution.
- Labels:
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2021 04:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2021 06:27 AM
You could pass a sysparm_query to restrict records with the encoded query
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2021 10:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2021 10:40 PM
you can use OAuth 2.0 for inbound
Check my blog on how to setup in instance and test via Postman
If that helps please mark it helpful and also bookmark it
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2021 01:46 PM
I already configured the same by following the ServiceNow article - https://docs.servicenow.com/bundle/rome-platform-administration/page/administer/security/task/t_CreateEndpointforExternalClients.html
And I looked into your article, that's a great and detailed guide for setting up OAuth2.0 authorization. appreciate your effort, will be recommended for one point solution guide.