get https://a.klaviyo.com/api/webhook-topics/
Get the webhook topic with the given ID.
Rate limits:
Burst: 1/s
Steady: 15/m
Scopes:
webhooks:read
Responses
Get the webhook topic with the given ID.
Rate limits:
Burst: 1/s
Steady: 15/m
Scopes:
webhooks:read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/webhook-topics/id \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'revision: 2025-01-15'
xxxxxxxxxx
{
"data": {
"type": "webhook-topic",
"id": "event:klaviyo.sent_sms",
"links": {
"self": "string"
}
}
}