v1
latestOpenAPI 3.1.02026-07-24270180.3 KBResend 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
Response
200
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"
}
}
}