Events
GET /events
curl -X GET \
'https://api.woowup.com/apiv3/events?limit=100&page=0' \
-H 'accept: application/json' \
-H 'authorization: Basic XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' \
-H 'cache-control: no-cache'[
{
"id": 1234,
"name": "view-product",
"createtime": "2017-05-10 14:32:12"
},
{
"id": 1235,
"name": "view-category",
"createtime": "2017-05-10 14:32:12"
},
{
"id": 1236,
"name": "purchase-product",
"createtime": "2017-05-10 14:32:12"
}
]POST /events
POST /user-events
GET /user-events
Example
Response
Delete event
Delete user events (bulk)
Request Body
Name
Type
Description
Last updated
Was this helpful?