v1
latestOpenAPI 3.1.02026-07-24270180.3 KBCreate
Creates a trigger to send a notification to a customer or endpoint.
post/v1/notifications
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": 201,
"resource": {
"type": "notification",
"data": {
"event": "transaction_success",
"destination": "http://hahn.mertz.llc.biz",
"type": "webhook",
"_id": "5f58aadf4d9f505928aca28a"
}
}
}