Posting Notifications
Post a notification to a Lambda user.
Request Body
Name
Type
Description
{
"success": true,
"userFacingMessage": string
}{
"success": false,
"userFacingMessage": "Invalid notification data."
}{
"success": false,
"userFacingMessage": "The UID passed does not belong to any account."
}Last updated