Skip to main content
POST
/
notifications
/
send-multicast
Send Multicast Push Notifications
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": {}
}
'

Authorizations

x-api-key
string
header
required

Body

application/json
title
string
required
desc
string
required
user_ids
string[]
required
picture
string | null
keys
Keys · object

Response

Successful Response