Skip to main content
GET
/
webevents
/
{id}
Retrieve a Web Event
curl --request GET \
  --url https://commerce.driv.ly/api/webevents/{id}
{
  "data": {
    "id": "<string>",
    "name": "<string>",
    "anonymousId": "<string>",
    "account": "<string>"
  },
  "success": true
}

Path Parameters

id
string
required

Web Event is uniquely identified by id

Query Parameters

depth
integer

The number of levels of related objects to include in the response

Response

Web Event Found

data
Web Event · object
success
boolean