Notifications

Send test push notification to yourself

Sends a push notification with custom title and body to the authenticated user. Requires the user to have a valid FCM token registered.

post/v1/notifications/test-push

Request body

titlestring required

Notification title

bodystring required

Notification body text

dataobject

Optional custom data payload

Response

Push notification sent

messagestring required

Success message

userIdstring required

User ID the notification was sent to

successCountnumber required

Number of successful sends

failureCountnumber required

Number of failed sends

Changes

No recorded changes to this endpoint across all 1 revision of this API.