We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Issue with integration

Sarah Bouil
Tera Expert

Hello All,

 

The Endpoint is not mapped correctly, it's pointing to my instance: https://xxxx.service-now.com but it is not correct and hence the Response body is empty also. What could be the issue please and I am not sure where exactly need to verify it?

6 REPLIES 6

Sorry to confuse you. My REST message Endpoint is: ${targetInstance}/api/test/a1/aqcc_testdev/inst_task but when I execute it I can see it is updated to https://xxxx.service-now.com instance only.

 

As per my REST message it should be like this: https://xxxx.service-now.com/api/test/a1/aqcc_testdev/inst_task

 

Pratiksha
Mega Sage

If i understood correctly. You are trying to modify the end-point and not sure where to modify. To do this : you need to check the rest messages. To form end point correctly you can use REST API explore.