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

statSubscribe

POST
/api/subscribers/statSubscribe

Request

Header Params

Body Params application/json

Examples

Responses

🟢200statSubscribe VK fd
application/json
Body

🟢200statSubscribe VK json
🟢200statSubscribe TG fd
🟢200statSubscribe TG json
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://senler.ru//api/subscribers/statSubscribe' \
--header 'Cookie: {{dev_session_cookie}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "access_token": "{{dev_tg_channel_api_token}}",
    "v": 2,
    "group_id": {{dev_tg_channel_id}}
}'
Response Response Example
200 - statSubscribe VK fd - statSubscribe VK fd
{
    "success": true,
    "items": []
}
Modified at 2025-07-17 15:48:15
Previous
get
Next
statCount
Built with