Get notification
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Long-lived API token sent in the requestToken header. See API token authentication.
Path parameters
Response
ID for the paypoint or organization that owns the notification.
If the ownerType field is 0, this field is the same as the orgId
for the organization that owns this notification.
If the ownerType field is 2, this field is the same as the
paypointId for the paypoint that owns this notification.
Entity owner type. Accepted values:
0: Organization/partner2: Paypoint
Status of notification:
0: Inactive1: Active
Specify the notification target.
For method=email the expected value is a list of email addresses
separated by semicolon.
For method=sms the expected value is a list of phone numbers
separated by semicolon.
For method=web the expected value is a valid and complete URL.
Webhooks support only standard HTTP ports: 80, 443, 8080, or 4443.