Platitun · API · Event subscription · Turn delivery back on

Turn delivery back on

POST /api/v1/hooks/resume

Key scope: hooks · changes data, the Idempotency-Key header is required

Clears the pause after six consecutive failures. What was missed during the pause is NOT re-sent: an avalanche of stale events is worse than their absence — a program would take cancelled orders for new ones. Pick them up by polling.

Response fields

FieldTypeWhat it is
pausedbooleanNow false.

Refusal reasons

A rule refusal arrives as {"error":"rejected","refusal":{"kind":"…"}} with status 409. Refusals common to all endpoints are in the rules section.

CodeWhat happened and what to do
not_foundThe record does not exist or is not yours. The ownership condition is in the database query itself, so someone else’s record looks like a missing one.
not_pausedDelivery is already running — there is nothing to turn on.

Nearby in this section