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

KeyDatatypeRequiredDescription
revisionstring(Required) API endpoint revision (format: YYYY-MM-DD[.suffix])
Acceptstring

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"}}