API 端点回调
重新发送回调
认证
BearerAuth 认证Bearer <token>
位置: header
Path 参数
transactionId*string
响应体
application/json
application/json
application/json
curl -X POST "https://api.exemplo.processamento.com/v1/user/callbacks/resend/string"{
"message": "Callback reenviado com sucesso"
}{
"statusCode": 404,
"error": "Not Found",
"message": "Resource not found",
"requestId": "cmou00000abcdef01s6ghij1k2lm"
}{
"statusCode": 429,
"error": "Too Many Requests",
"message": "Limite de reenvios atingido. Tente novamente em 1 minuto.",
"requestId": "cmou00000abcdef01s6ghij1k2lm"
}