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 multicast push notifications
cURL
curl --request POST \ --url https://api-dev.monyfix.tech/notifications/send-multicast \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "title": "<string>", "desc": "<string>", "user_ids": [ "<string>" ], "picture": "<string>", "keys": {} } '
200
Successful Response