---
title: "Events data API"
method: POST
path: "/event"
---

# Events data API

`POST /event`

List of event hooks supported from WayMore API: ● CustomerAdd (User register) ● CustomerUpdate (User account/address update) ● CartUpdate (Add to cart, remove…

## Headers

- `Content-Type` string, required

## Request body

- object
  - `data` object, required — Object with data from event followed by the unique details of each event.
  - `uuid` string, required — authorization UUID ( Generated from WayMore authorization endpoint and will be provided after contact with the Tech Department)
  - `event` string, required — event name ex. CustomerAdd

## Response `200`

200

- object
  - `message` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/routee/apis/auth.md) · [All operations](https://skmtc.net/routee/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routee/auth/revisions/5cef04e8f7d8/schema)
