Skip to main content
Batch methods let you run the same operation on multiple resources at once, reducing the number of requests needed to manage your license at scale. Each item in a batch is processed concurrently — the response is returned as an array in the same order as the request.
Batch requests require the same scopes as their non-batch equivalents. It’s not possible to mix different methods in a single batch request.

How it works

Send a POST request to the batch method URL with a requests array. Each object in the array is a standard request payload for the corresponding method. There’s no guarantee on execution order, but the response array preserves the order of the input.
Request format
Response format

Example: delete multiple agents

Request
Response
Errors are returned inline — a failure on one item doesn’t affect the others.

Supported methods

Agents

Bots