POST
/
Notification
curl --request POST \
  --url https://api-sandbox.payabli.com/api/Notification \
  --header 'Content-Type: application/json' \
  --header 'requestToken: <api-key>' \
  --data '{
  "content": {
    "timeZone": -5,
    "fileFormat": "json",
    "eventType": "CreatedApplication",
    "webHeaderParameters": null,
    "internalData": null
  },
  "ownerId": "236",
  "ownerType": 0,
  "method": "web",
  "frequency": "untilcancelled",
  "target": "https://webhook.site/2871b8f8-edc7-441a-b376-98d8c8e33275",
  "status": 1
}'
{
  "responseCode": 1,
  "pageIdentifier": null,
  "isSuccess": true,
  "responseText": "Success",
  "responseData": 872934
}

Authorizations

requestToken
string
header
required

Most endpoints require an organization token. Some endpoints require an application token, and those endpoints are noted.

Body

Build the notification by adding details in the notificationData object.

Information about the standard notification configuration (email, sms, web).

Response

200
application/json

Success

The response is of type object.