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

get

POST
/api/subscribers/get

Request

Header Params

Body Params application/json

Examples

Responses

🟒200get TG fd
application/json
Body

🟒200get TG json
🟒200get VK fd
🟒200get VK json
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://senler.ru//api/subscribers/get' \
--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}}
}'
Response Response Example
200 - get TG fd - get TG fd
{
    "success": true,
    "items": [
        {
            "date": "19.12.2024 16:04:41",
            "first_name": "Vladislav",
            "last_name": "Kochkin",
            "photo": "",
            "status": 1,
            "subscriptions": [],
            "utms": [],
            "vars": [
                {
                    "n": "ym_uid",
                    "v": 1
                }
            ],
            "id": "676419e9f572d175abcc5166",
            "tg_user_id": 2145627023
        }
    ],
    "offset_id": "676419e9f572d175abcc5166"
}
Modified atΒ 2025-07-17 15:48:15
Previous
callback
Next
statSubscribe
Built with