Webhooks
Queue a personal webhook test delivery
Optional idempotency key. Reuse the same key only for an identical request; successful responses are replayable for 24 hours.
post/me/webhooks/{id}/test
Path parameters
idstring required
Headers
Idempotency-Keystring
Optional idempotency key. Reuse the same key only for an identical request; successful responses are replayable for 24 hours.
Response
The queued synthetic event identifier.
Changes
Changed in 2 of the 5 revisions of this API.4
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ○
- ○
endpoint added
endpoint-added
- ○