All

All Events

GET https://YOUR-CONTAINER.datumfactory.com/api/v1/events

This endpoint allows you to get a list of all events.

Headers

[
    {
        "id": 44,
        "site_id": 1,
        "title": "added-to-cart",
        "description": "testing",
        "data": {
            "product_id": "23"
        },
        "created_at": "2019-09-14T10:07:07.485-05:00",
        "updated_at": "2019-09-14T10:07:07.485-05:00",
        "slug": "added-to-cart"
    },
    {
        "id": 45,
        "site_id": 1,
        "title": "added-to-cart",
        "description": "testing",
        "data": {
            "product_id": "56"
        },
        "created_at": "2019-09-14T10:42:15.565-05:00",
        "updated_at": "2019-09-14T10:42:15.565-05:00",
        "slug": "added-to-cart"
    }
]

Last updated