Skip to main content
POST
/
webhooks
/
deliveries
/
{deliveryId}
/
retry
Retentar uma entrega
curl --request POST \
  --url https://api.jurichat.com/webhooks/deliveries/{deliveryId}/retry \
  --header 'x-jurichat-api-key: <api-key>'
{
  "deliveryId": "<string>",
  "message": "<string>"
}

Authorizations

x-jurichat-api-key
string
header
required

Chave de API do escritório (criada no painel). Envie o valor no header x-jurichat-api-key.

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.