BixelDocs
API reference

Queue a delivery to send again

POST
/v1/watch/deliveries/{id}/redeliver

Re-queue a delivery (typically after fixing the destination). The same delivery row is reused, so the wire keeps its webhook-id and consumer-side dedupe still works; the retry cycle restarts fresh. The delivery worker sends on its next tick. Costs 0 credits.

Authorization

AuthorizationBearer <token>

bx_-prefixed API key. Free keys: https://bixel.com/account/

In: header

Path Parameters

id*string

Response Body

application/json

application/problem+json

application/problem+json

curl -X POST "https://example.com/v1/watch/deliveries/string/redeliver"
{  "data": {    "delivery": {      "id": "string",      "endpoint_id": "string",      "subscription_id": "string",      "change_event_id": "string",      "status": "pending",      "attempts": 0,      "next_attempt_at": "2019-08-24T14:15:22Z",      "last_response_status": 0,      "last_error": "string",      "created_at": "2019-08-24T14:15:22Z",      "delivered_at": "2019-08-24T14:15:22Z"    }  },  "meta": {    "generated_at": "2019-08-24T14:15:22Z",    "count": 0,    "total": 0,    "next_cursor": "string",    "notice": "string",    "window": {      "served_from": "string",      "earliest_event_at": "string",      "events_beyond_window": true    }  }}
{  "type": "http://example.com",  "title": "string",  "status": 0,  "code": "company_not_found",  "detail": "string",  "hint": "string",  "docs_url": "http://example.com"}
{  "type": "http://example.com",  "title": "string",  "status": 0,  "code": "company_not_found",  "detail": "string",  "hint": "string",  "docs_url": "http://example.com"}