Skip to content

Redrive dead-lettered events

POST
/v1/dlq/redrive

Authorizations

apiKey

Scoped API key. Scopes are readwriteadmin. 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
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

Apache-2.0 licensed · a Finnoto product