v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

Events data API

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

post/event

Headers

Content-Typestring required

application/json

Request body

dataobject required

Object with data from event followed by the unique details of each event.

uuidstring required

authorization UUID ( Generated from WayMore authorization endpoint and will be provided after contact with the Tech Department)

eventstring required

event name ex. CustomerAdd

Response

200

messagestring

Example response

{
  "message": "Valid Data"
}