ServiceNow Batch API

The ServiceNow Batch API enables sending multiple REST API requests in a single HTTP call, reducing network overhead and improving integration performance. Each request in the batch is executed independently, and the API returns a stream of corresponding responses.

API entry from apis.yml

apis.yml Raw ↑
aid: servicenow:servicenow-batch-api
name: ServiceNow Batch API
tags:
- Batch
- Integration
- Performance
- REST
image: https://www.servicenow.com/content/dam/servicenow-assets/images/meganav/servicenow-logo.svg
humanURL: https://www.servicenow.com/docs/bundle/yokohama-api-reference/page/integrate/inbound-rest/concept/batch-api.html
baseURL: https://{instance}.service-now.com/api/now/v1/batch
properties:
- url: https://www.servicenow.com/docs/bundle/yokohama-api-reference/page/integrate/inbound-rest/concept/batch-api.html
  type: Documentation
description: The ServiceNow Batch API enables sending multiple REST API requests in a single HTTP call,
  reducing network overhead and improving integration performance. Each request in the batch is executed
  independently, and the API returns a stream of corresponding responses.