Before you start
For access requirements and version support, see: Authorization
Scopes
API versioning
Propagation delay
Changes made through the Configuration API can take up to 2 minutes to take effect.Configuration resources
Related APIs
For a broader comparison, see Management APIs.
Batch requests
Batch methods run the same operation on multiple resources in one request. Items are processed concurrently, so execution order is not guaranteed. Theresponses array follows the order of the input, and a failed item does not affect the other items.
A batch request requires the same scopes as the corresponding non-batch
method. You cannot mix methods in one batch request.
POST request to the batch method URL with a requests array. Each item uses the request payload of the corresponding non-batch method.
Methods that support batch requests
Methods that support batch requests
Agents
Bots
Example: delete multiple agents
Request
Response