Webhooks

List recent delivery attempts for a webhook endpoint, newest first

GEThttps://backend.immut.io/api/v1/webhooks/{id}/deliveries

Required scope: webhooks:manage

Useful for diagnosing a subscriber that is not receiving events.

Parameters

NameInRequiredDescription
idpathyesid of the target record

Responses

StatusMeaning
200Success
400BadRequest
401Unauthorized
403Forbidden
429RateLimited

Example

curl -X GET "https://backend.immut.io/api/v1/webhooks/<id>/deliveries" \
  -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