Senler API
  1. deliveries
Senler API
  • API
    • v1
      • subscribers
        • subscribers/get
      • integrations
        • callback
    • v2
      • subscribers
        • get
        • statSubscribe
        • statCount
        • add
        • del
        • count
      • vars
        • set
        • del
        • get
      • bots
        • addSubscriber
        • delSubscriber
      • deliveries
        • statCount
          POST
        • stat
          POST
      • utms
        • statCount
        • statSubscribe
        • getLink
      • groups
        • get
  1. deliveries

statCount

POST
/api/deliveries/statCount

Request

Body Params multipart/form-data

Responses

🟢200statCount TG
application/json
Body

🟢200statCount VK
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://senler.ru//api/deliveries/statCount' \
--form 'access_token="{{api_token_vk_channel}}"' \
--form 'v="2"' \
--form 'group_id="114"' \
--form 'date_from="26.11.2018 10:00:00"' \
--form 'date_to="7.11.2025 10:00:00"' \
--form 'tg_user_id="146629718"'
Response Response Example
200 - statCount TG - statCount TG
{
    "success": true,
    "count": 50
}
Modified at 2025-07-17 15:48:15
Previous
delSubscriber
Next
stat
Built with