v1

latestOpenAPI 3.1.02026-07-24270180.3 KB

Resend notification

Trigger a resend on a specific notification

put/v1/notifications/logs/{id}

Path parameters

idstring required

Notification id received at the creation stage.

Headers

x-user-secret-keystring required

Your API private/secret key. This can be found in the powerboard dashboard.

Content-Typestring required

Content-Type will always be application/json

Request body

destinationstring

Where to send the webhook notification. If not specified, it will be resent to the original location.

Response

200

statusinteger
{"stackTrail":"paths:/v1/notifications/logs/{id}:put:responses:200:content:application/json:schema:properties:error","oasType":"schema","type":"unknown"}

Example response

{
  "status": 200,
  "resource": {
    "type": "notification_log",
    "data": {
      "company_id": "5d305bfbfac31b4448c738d7",
      "created_at": "2020-09-09T19:49:37.249Z",
      "type": "webhook",
      "destination": "http://hahn.mertz.llc.biz",
      "_object_id": "5f58eb0061d0d5314e1089da",
      "notification_id": "5f58eb6d61d0d5314e1089dc",
      "parent_id": "5f58eb6d61d0d5314e1089dc",
      "event": "transaction_success",
      "response_status": "405",
      "status": "processing",
      "_id": "5f5931d163abd512e47c7753"
    }
  }
}