Get Webhook Topic

GET {{baseUrl}}/api/webhook-topics/:id/

Get the webhook topic with the given ID.

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