Get Webhook Endpoint
Returns one of your webhook endpoints.
- stringheaderrequired
Your API key.
Authorization: Bearer <key>is accepted in its place.
- stringrequired
Webhook endpoint id
- Example
- WebhookEndpoint
The response payload
- string
Opaque endpoint id. Address it at
/v1/me/webhooks/{endpointId}. - string
Absolute, directly fetchable URL.
- string[]
Event types this endpoint is subscribed to. The full list is on the
POSToperation. - string | null
Prose summary of the record, where one has been written.
- boolean
False while the endpoint is paused. A paused endpoint receives nothing and is not retried.
- string
When the record was first added,
YYYY-MM-DD HH:MM:SSin UTC. - string
When the endpoint was last changed, ISO 8601.
- 400
VALIDATION_ERROR - 401
UNAUTHORIZED - 403
FORBIDDEN - 404
NOT_FOUND - 429
RATE_LIMITED - 500
INTERNAL_ERROR
Requires Studio tier or higher.
You can only retrieve webhook endpoints registered to your own API key.
- Minimum tier
- Explorer+
- Monthly quota
- 200/mo
- Rate limit
- 10/min
- Daily cap
- 50
Figures shown are for this endpoint's minimum tier. Higher tiers raise every limit.