Show
Get Event
GET
https://YOUR-CONTAINER.datumfactory.com/api/v1/events/:id
Get a single event by id.
Path Parameters
Name
Type
Description
id
string
ID of the event.
Headers
Name
Type
Description
Authorization
string
Authentication token.
{
"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"
}
Last updated
Was this helpful?