ServiceNow EndPoint and Integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2023 02:50 AM
Hello All,
Need to understand the process to generate ServiceNow Endpoint to share with External tool to invoke ServiceNow tables and for Integration.
What measure do we take to ensure there is continuous connection and there is no issue in the endpoint going forward.
Please suggest.
Regards,
Shipra Shaw
#integration #RESTapi

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2023 03:01 AM
Hi @shawshipra ,
We can do it using inbound and outbound integrations.
Go to REST API Explorer there you can find the endpoints.
Please mark correct if my response has solved your query.
Cheers,
Mohammed Basheer Ahmed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2023 03:04 AM
@shawshipra You can use the table apis and you can get the link using rest api explorer as suggested by @Basheer .
You can create custom urls using "Scripted rest APIs".
Video link: https://www.youtube.com/watch?v=_GeQXYBpAEU
Please mark as correct answer if this solves your issue.
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2023 03:45 AM
Hi @shawshipra ,
If you are using REST integrations you can test the endpoint connection and validate all the details on REST API Explorer.
Once you created web service after that there will be on change in URL until and unless someone made a change. Make you users has proper credentials to access.
On web services you can find the Explore REST API on related link using that you can give the JOSN on request body and check the validation on response body.
Refer below link.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2023 04:06 AM
Thank you for the suggestion. I have used REST explorer earlier, when do we use OAuth Application registry for external client applications to access the ServiceNow instance