Redrive dead-lettered events
POST
/v1/dlq/redrive
Authorizations
apiKey
Scoped API key. Scopes are read ⊂ write ⊂ admin. A call needing more scope than the key holds returns 403 insufficient_scope.
Type
HTTP (bearer)
Request Body
application/json
JSON "endpoint": "string", "since": "string"
{
}
Responses
Redrive started.
application/json
JSON "redriven": 42
{
}