Skip to main content
POST
/
v2
/
notifications
/
webhooks
/
{webhook_id}
/
replay
Replay Undelivered Messages From Dlq
curl --request POST \
  --url https://api.catenatelematics.com/v2/notifications/webhooks/{webhook_id}/replay \
  --header 'Authorization: Bearer <token>'
{
  "code": 400,
  "message": "Bad Request",
  "detail": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

webhook_id
string<uuid>
required

Response

Successful Response