Skip to main content
POST
/
cabinet
/
admin
/
broadcasts
/
preview
Preview Broadcast
curl --request POST \
  --url http://localhost:8080/cabinet/admin/broadcasts/preview \
  --header 'Content-Type: application/json' \
  --data '
{
  "target": "<string>"
}
'
{
  "target": "<string>",
  "count": 123
}

Body

application/json

Request to preview broadcast recipients count.

target
string
required

Response

Successful Response

Preview response with recipients count.

target
string
required
count
integer
required