Get Webhook Topics
GET {{baseUrl}}/api/webhook-topics/
Get all webhook topics in a Klaviyo account.
Rate limits:
Burst: 1/s
Steady: 15/m
Scopes:
webhooks:read
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
revision | string | (Required) API endpoint revision (format: YYYY-MM-DD[.suffix]) | |
Accept | string |
RESPONSES
status: OK
{"data":[{"type":"webhook-topic","id":"\u003cstring\u003e","links":{"self":"\u003curi\u003e"}},{"type":"webhook-topic","id":"\u003cstring\u003e","links":{"self":"\u003curi\u003e"}}],"links":{"self":"\u003curi\u003e","first":"\u003curi\u003e","last":"\u003curi\u003e","prev":"\u003curi\u003e","next":"\u003curi\u003e"}}