Process multiple commands in a single request

This endpoint allows you to send multiple commands in a single request.
The commands are processed in the order they are received.
The response contains the results of each command, as well as the overall success of the batch request.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Data stream identifier

Body Params
commands
array of objects
required
length between 1 and 50

List of commands to be processed in the batch request.

commands*

A command to be processed in a batch request.

string
required

Route name of the command, e.g. customers, customers/events.

data
required

Command payload, same format as if tracked individually.

string

Identifier of the command, to be used in the batch response.

string

The variant of the SDK that is sending the request.

string

The version of the SDK that is sending the request.

Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json

© Bloomreach, Inc. All rights reserved.