Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Send single push notification
cURL
curl --request POST \ --url https://api-dev.monyfix.tech/notifications/send-single \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "title": "<string>", "desc": "<string>", "user_id": "<string>", "picture": "<string>", "sound": "<string>", "keys": {} } '
200
Successful Response