get https://a.klaviyo.com/api/events//
Get an event with the given event ID.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
events:read
Responses
Get an event with the given event ID.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
events:read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/events/id/ \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/json' \
--header 'revision: 2024-02-15'
xxxxxxxxxx
150}
{
"data": {
"type": "event",
"id": "string",
"attributes": {
"timestamp": 0,
"event_properties": {},
"datetime": "2022-11-08T01:23:45+00:00",
"uuid": "string"
},
"links": {
"self": "string"
},
"relationships": {
"profile": {
"data": {
"type": "profile",
"id": "string"
},
"links": {
"self": "string",
"related": "string"
}
},
"metric": {
"data": {
"type": "metric",
"id": "string"
},
"links": {
"self": "string",
"related": "string"