Skip to main content
POST
/
webhooks
/
deliveries
/
{deliveryId}
/
retry
Retentar uma entrega
curl --request POST \
  --url http://localhost:3001/webhooks/deliveries/{deliveryId}/retry \
  --header 'Authorization: Bearer <token>'
{
  "deliveryId": "<string>",
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.jurichat.com/llms.txt

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

Authorizations

Authorization
string
header
required

Insira o token JWT no formato: Bearer {token}

Path Parameters

deliveryId
string
required

ID único da tentativa de entrega a ser retentada.

Response

Default Response

deliveryId
string
required

ID da tentativa de entrega que foi reenfileirada.

message
string
required

Mensagem de confirmação.