Skip to main content
POST
/
notifications
Create Notification
curl --request POST \
  --url https://www.api.baselink.tech/notifications \
  --header 'bearer: <api-key>'
{
  "success": true,
  "notificationId": "<string>",
  "message": "<string>"
}
Create a new notification for a user. This endpoint is restricted to admin users only.
success
boolean
Indicates if the notification was created successfully.
notificationId
string
The ID of the newly created notification.
message
string
Success or error message.