Platitun · API · Event subscription · Turn delivery back on
Turn delivery back on
POST /api/v1/hooks/resumeKey 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
| Field | Type | What it is |
|---|---|---|
paused | boolean | Now 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.
| Code | What happened and what to do |
|---|---|
not_found | The 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_paused | Delivery is already running — there is nothing to turn on. |
Nearby in this section
GET /api/v1/hooks— My event subscriptionPUT /api/v1/hooks— Set the address and eventsDELETE /api/v1/hooks— Turn delivery offPOST /api/v1/hooks/secret— Rotate the signing secretPOST /api/v1/hooks/test— A test eventGET /api/v1/hooks/deliveries— The delivery logPOST /api/v1/hooks/probe— Issue a test receiver addressGET /api/v1/hooks/probe— What the test receiver got