client.webhooks.test()
Send a signed test delivery, so a new endpoint can be verified before an event depends on it.
test(id: string): Promise<APIResponse<WebhookTestResult>>- stringheaderrequired
Your API key.
Authorization: Bearer <key>is accepted in its place.
- stringrequired
Webhook endpoint id
- Example
- object
The response payload.
- boolean
Whether your endpoint answered with a 2xx.
- integer | null
The status your endpoint returned. Null when the request never got a response: DNS failure, timeout, TLS error.
- string | null
Why the calculation could not be completed, or null when it succeeded.
- 400
VALIDATION_ERROR - 401
UNAUTHORIZED - 403
FORBIDDEN - 404
NOT_FOUND - 429
RATE_LIMITED - 500
INTERNAL_ERROR
- 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.