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

# Send Events

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

Send events to capture customer actions, enabling targeted rewards and engagement.

## Request body

- EventRequest
  - `customerId` string, required — Unique identifier for the customer
  - `events` object, required — A mapping of event names to metadata objects

## Response `200`

Events accepted

- Success
  - `success` boolean
  - `message` string

## Changes

- **2025-09-30** `788718651767` — 3 info
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `429`
- **2025-09-23** `192eb251cada` — 2 info
  - api operation id `sendEvents` was added
  - the endpoint scheme security `secretKey` was removed from the API
- **2025-09-08** `74802d3d15e7` — 1 info
  - endpoint added
- **2025-09-02** `919eb7a392aa` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/gameballers/apis/gameball-api/changes/api/v4.0/integrations/events/post.md)

---

[API](https://skmtc.dev/gameballers/apis/gameball-api.md) · [All operations](https://skmtc.dev/gameballers/apis/gameball-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gameballers/gameball-api/revisions/747ba4697269/schema)
