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>>- stringHeadererforderlich
Ihr API-Schlüssel.
Authorization: Bearer <key>wird ebenfalls akzeptiert.
- stringerforderlich
Webhook endpoint id
- Beispiel
- 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
- Mindeststufe
- Explorer+
- Monatskontingent
- 200/mo
- Anfragerate
- 10/min
- Tageslimit
- 50
Die Werte gelten für die Mindeststufe dieses Endpunkts. Höhere Stufen erhöhen alle Limits.