Skip to main content
POST
Bulk create custom events

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

storeId
string
required

Store ID

Example:

"64e5a8a1af49a89df37e4ee7"

Body

application/json

Request body for sending multiple custom events in a single request.

events
Custom Event Request · object[]
required

Array of custom events to create.

Required array length: 1 - 100 elements

Response

Bulk request accepted and queued for processing. No response body is returned.