---
title: "Resend notification"
method: PUT
path: "/v1/notifications/logs/{id}"
---

# Resend notification

`PUT /v1/notifications/logs/{id}`

Trigger a resend on a specific notification

## Path parameters

- `id` string, required

## Headers

- `x-user-secret-key` string, required
- `Content-Type` string, required

## Request body

- object
  - `destination` string — Where to send the webhook notification. If not specified, it will be resent to the original location.

## Response `200`

200

- object
  - `status` integer
  - `error` unknown
  - `resource` object
    - `type` string
    - `data` object
      - `__v` integer
      - `company_id` string
      - `created_at` string
      - `success` boolean
      - `type` string
      - `destination` string
      - `_object_id` string
      - `notification_id` string
      - `parent_id` string
      - `event` string
      - `response_status` string
      - `status` string
      - `_id` string
      - `archived` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/commbank/apis/powerboard-api.md) · [All operations](https://skmtc.dev/commbank/apis/powerboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/commbank/powerboard-api/revisions/2ef3ed32f8c2/schema)
