Webhooks

Send a test delivery to a webhook endpoint

POSThttps://backend.immut.io/api/v1/webhooks/{id}/test

Required scope: webhooks:manage

Takes no body.

Parameters

NameInRequiredDescription
idpathyesid of the target record

Responses

StatusMeaning
200Success
400BadRequest
401Unauthorized
403Forbidden
429RateLimited

Example

curl -X POST "https://backend.immut.io/api/v1/webhooks/<id>/test" \
  -H "Authorization: Bearer $IMMUT_API_KEY"

Generated from the immut API contract, version 1.9.0. Machine-readable: this page as markdown · everything in one file · OpenAPI