English
cURL
curl --request POST \ --url https://api.basement.fun/launcher/send-notification \ --header 'Content-Type: application/json' \ --data ' { "launcherJwt": "<string>", "message": "<string>", "type": "success" } '
{ "success": true }
Send a notification to the user
Random string identifier for request (for signature verification)
MD5 hash for request verification
success
error
Successful response