<- V1Batching API

V1Batching API

V1Submit batch

POST

 /v1/batch

Bundle multiple requests to Connect V1 API endpoints as a single request.

The V1SubmitBatch endpoint does not require an access token in the request header. Instead, provide an access_token parameter for each request included in the batch.

V1SubmitBatch responds with an array that contains response objects for each of the batched requests. There is no guarantee of the order in which batched requests are performed.

IMPORTANT

You cannot include more than 30 requests in a single batch and recursive requests to V1SubmitBatch are not allowed. In other words, none of the requests included in a batch can itself be a request to the V1SubmitBatch endpoint.

Try in API Explorer
Link to section

Request body

Example code

Link to section

method

string

Required

HTTP method for the API call.

Link to section

relative_path

string

Required

Endpoint path for the API call.

Link to section

access_token

string

Required

Link to section

body

Map<string, string>

Request body for the API call. Only used for API calls using POST.

Link to section

request_id

string

Client-provided value to identify the request.

Link to section

Response fields

Link to section

{items}