Send notification
Sends a previously created push notification to all registered devices. The delivery occurs asynchronously after a successful API response. If the notification was created with a subrestaurant filter, it will only be sent to users of that location.
write:push_notificationsAuthorizations
Client ID for API Client authentication (must be used together with Client Secret)
Client Secret for API Client authentication (must be used together with Client ID)
Body
Unique identifier of the notification to send (obtained from the creation endpoint)
Response
Operation response
Operation result: true if successful, false if failed. Device delivery occurs asynchronously after a successful response.
Error code if the operation failed. Possible values:
NOTIFICATION_NOT_FOUND= Notification not found or expired
See Error codes for general error codes that may also occur.
Human-readable error description if the operation failed