---
title: "POST /api/v4.0/integrations/batch/events"
method: POST
path: "/api/v4.0/integrations/batch/events"
---

# POST /api/v4.0/integrations/batch/events

`POST /api/v4.0/integrations/batch/events`

Track multiple user actions or multiple actions for a single user in a single API call for efficient event tracking and analytics.

## Request body

- object
  - `body` object[]
    - `customerId` string, required — Unique identifier for the customer.
    - `events` object, required — Object containing event names as keys and their metadata as values.

## Response `200`

Batch event processing initiated successfully

- object
  - `jobId` number — The assigned job ID, which is later used for status verification and response retrieval.

---

[API](https://skmtc.net/gameballers/apis/gameball-api.md) · [All operations](https://skmtc.net/gameballers/apis/gameball-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gameballers/gameball-api/versions/2e4a8bfe2291/schema)
