ServiceNow API for create new request

hetalthakkar
Tera Contributor

Hello Team,
I want to integrate code to create new serviceNow request?
Can you please help me which API need to call?
Is there any documentation available for API?

3 REPLIES 3

LisaKomidar
Giga Guru

I recommend that you look at the Rest Explorer tool!  It will help provide you with exactly what you need.

 

https://docs.servicenow.com/bundle/washingtondc-api-reference/page/integrate/inbound-rest/concept/us...

rory586fost
Giga Contributor

Hello,


@hetalthakkar wrote:

Hello Team,
I want to integrate code to create new serviceNow request?
Can you please help me which API need to call?
Is there any documentation available for API?


To create a new ServiceNow request, utilize the ServiceNow REST API. Authenticate, determine the correct endpoint for your request type, construct the request body with necessary fields, and send an HTTP POST request. Handle errors appropriately. Refer to ServiceNow's REST API documentation for detailed guidance.
Remember to consider authentication methods, required fields, data format, and error handling.