Re-send callback (single)
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Path Parameters
transactionId*string
Header Parameters
Content-Type*string
Obrigatório em toda chamada Magen.
Default
"application/json"Value in
"application/json"Response Body
application/json
application/json
application/json
curl -X POST "https://api.magen.processamento.com/v1/user/callbacks/resend/string" \ -H "Content-Type: application/json"{
"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"
}