Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

How to check if the ServiceNow REST endpoint is up?

rush1
Kilo Contributor

Hi,

Is there any public url that will help to check if the SERVICE NOW REST endpoint is up and running.

We want to schedule a heart beat check to make sure that the REST endpoint is up and running.

Any pointers?

1 REPLY 1

natalliar
ServiceNow Employee

The ServiceNow REST API should be up and running as long as the instance is. To check that you can run in your browser <instance>/stats.do



You can also send a GET request to a specific API you want to use, for example Table API, to retrieve a record which definitely exists.