curl --request POST \
--url https://api.example.com/cabinet/admin/broadcasts/email-preview \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"target": "<string>"
}
'{
"target": "<string>",
"count": 123
}Preview email broadcast recipients count.
curl --request POST \
--url https://api.example.com/cabinet/admin/broadcasts/email-preview \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"target": "<string>"
}
'{
"target": "<string>",
"count": 123
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request to preview email broadcast recipients.