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
Successful response
The response is of type object.
object