API 端点回调
重发 Webhook 失败推送
认证
BearerAuth 认证Bearer <token>
位置: header
Path 参数
webhookId*string
ID of the webhook whose failed deliveries should be re-sent.
响应体
application/json
application/json
application/json
curl -X POST "https://api.exemplo.processamento.com/v1/user/callbacks/resend/webhook/kx7m2p9q4r8t1v5w3y6z0a2b"{
"message": "37 callbacks reenviados com sucesso para a fila.",
"count": 37
}{
"statusCode": 404,
"error": "Not Found",
"message": "Webhook não encontrado, está inativo, ou não pertence ao usuário",
"requestId": "cmou00000abcdef01s6ghij1k2lm"
}{
"statusCode": 429,
"error": "Too Many Requests",
"message": "Limite de reenvios atingido. Tente novamente em 1 minuto.",
"requestId": "cmou00000abcdef01s6ghij1k2lm"
}