Skip to main content
POST
/
webhooks
/
deliveries
/
{delivery_id}
/
redrive
Redrive Delivery
curl --request POST \
  --url https://api.meow.com/v1/webhooks/deliveries/{delivery_id}/redrive \
  --header 'Idempotency-Key: <idempotency-key>' \
  --header 'x-api-key: <api-key>'
{
  "delivery_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "queued": true
}

Documentation Index

Fetch the complete documentation index at: https://developer.meow.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Your Meow API key for authentication

Headers

Idempotency-Key
string
required

Client-supplied unique key (1-50 chars). Keys are scoped to the calling entity across all webhook endpoints — reusing a key on any webhook POST/PATCH within the same entity returns 400.

Required string length: 1 - 50
x-entity-id
string<uuid>

Optional entity ID for scoped access to entity-specific data

Path Parameters

delivery_id
string<uuid>
required

Response

Successful Response

delivery_id
string<uuid>
required
queued
boolean
required