get https://a.klaviyo.com/api/webhook-topics/
Get all webhook topics in a Klaviyo account.
Rate limits:
Burst: 1/s
Steady: 15/m
Scopes:
webhooks:read
Responses
Get all webhook topics in a Klaviyo account.
Rate limits:
Burst: 1/s
Steady: 15/m
Scopes:
webhooks:read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/webhook-topics/ \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/json' \
--header 'revision: 2024-07-15'
xxxxxxxxxx
18{
"data": [
{
"type": "webhook-topic",
"id": "event:klaviyo.sent_sms",
"links": {
"self": "string"
}
}
],
"links": {
"self": "string",
"first": "string",
"last": "string",
"prev": "string",
"next": "string"
}
}