ServiceNow EndPoint and Integration

shawshipra
Tera Expert

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

7 REPLIES 7

Basheer
Mega Sage

Hi @shawshipra ,

We can do it using inbound and outbound integrations.
Go to REST API Explorer there you can find the endpoints.

 

Please hit like button if my suggestion has helped you in any way.
Please mark correct if my response has solved your query.

Cheers,
Mohammed Basheer Ahmed.

jaheerhattiwale
Mega Sage
Mega Sage

@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".

 

Doc link: https://docs.servicenow.com/en-US/bundle/tokyo-application-development/page/integrate/custom-web-ser...

 

Video link: https://www.youtube.com/watch?v=_GeQXYBpAEU

 

Please mark as correct answer if this solves your issue.

Please mark the answer as correct or helpful based on impact
ServiceNow Community Rising Star, Class of 2023

Pavankumar_1
Mega Patron

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.

https://developer.servicenow.com/dev.do#!/learn/courses/quebec/app_store_learnv2_rest_quebec_rest_in... 

If it helps please click Accept as Solution/hit the Thumb Icon.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar

shawshipra
Tera Expert

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