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

statCount

POST
/api/subscribers/statCount

Request

Header Params

Body Params application/json

Examples

Responses

🟢200statCount TG fd
application/json
Body

🟢200statCount TG json
🟢200statCount VK fd
🟢200statCount VK json
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://senler.ru//api/subscribers/statCount' \
--header 'Cookie: {{dev_session_cookie}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "access_token": "{{dev_vk_channel_api_token}}",
    "v": 2,
    "group_id": {{dev_vk_channel_id}},
    "date_from": "26.11.2018 10:00:00",
    "date_to": "7.11.2025 10:00:00"
}'
Response Response Example
200 - statCount TG fd - statCount TG fd
{
    "success": true,
    "count_subscribe": 381,
    "count_unsubscribe": 97
}
Modified at 2025-07-17 15:48:15
Previous
statSubscribe
Next
add
Built with