Get a webhook subscription.
GET/webhooks/:id
Returns one of the authenticated user's webhook subscriptions, without its signing secret. Responds 404 for a subscription belonging to another account.
Request
Responses
- 200
- 401
- 404
- 429
The subscription.
API key authorization failed.
No such webhook subscription for this user.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.