v1

latestOpenAPI 3.1.02026-08-041120270.3 KB

/v1/deadletter/{id}/reprocessar

Endpoint responsável por reprocessar o webhook associado ao deadletter indicado por Id

post/v1/deadletter/{id}/reprocessar

Path parameters

idstring required

Identificador

Response

200

codeinteger
successboolean
{"stackTrail":"paths:/v1/deadletter/{id}/reprocessar:post:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/v1/deadletter/{id}/reprocessar:post:responses:200:content:application/json:schema:properties:errors","oasType":"schema","type":"unknown"}

Example response

{
  "code": 200,
  "success": true
}