POST/batch
Batch operations
Up to 20 operations in one request, executed sequentially.
ReturnsBatchResult
AcceptsBatchOperation
Response examples
200Results
[
{
"status": 200,
"body": {}
}
]400400 — invalid input or malformed JSON
{
"error": {
"status": 400,
"message": "Request body required"
}
}