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