API Reference
POST /api/public/apps/batch
The batch method lets you send a series of identify, group, track, page and screen requests in a single batch, saving on outbound requests.
POST
/
api
/
public
/
apps
/
batch
The following is an example of a batch body.
example body
Authorizations
PublicWriteKey
string
headerrequiredAuthorization header for the request, in the format Bearer <token>
. Find your token at https://app.dittofeed.com/dashboard/settings#write-key.
Headers
authorization
string
requiredAuthorization header for the request, in the format Bearer <token>
. Find your token at https://app.dittofeed.com/dashboard/settings#write-key.
Body
application/json
batch
object[]
requiredcontext
object
Provides metadata about the user submitting the event and the context in which the event occurred.
Response
204 - application/json
An empty String