# List all subscribers

# HTTP method: GET

https://api.sender.net/v2/subscribers

Returns all subscribers in your Sender account.

Code snippets

Response example

{
  "data": [
    {
      "id": "o2lk68Y",
      "email": "[email protected]",
      "firstname": "Sender",
      "lastname": "Support",
      "phone": "+370XXXXXXXX",
      "phone_country": {
        "phone_code": 370,
        "country_code": "LT"
      },
      "created": "2021-04-08 11:06:34",
      "status": {
        "email": "unsubscribed",
        "temail": "active"
      },
      "bounced_at": null,
      "unsubscribed_at": null,
      "location": null,
      "subscriber_tags": [
        {
          "id": "eZVD4w",
          "title": "Test group"
        },
        {
          "id": "b2vAR1",
          "title": "My Renamed Group"
        }
      ],
      "columns": {
        "bDqoKd": 1,
        "avAlVe": "Support",
        "dwBVJb": "Sender"
      }
    }
  ],
  "links": {
    "first": "https://api.sender.net/v2/subscribers?page=1",
    "last": "https://api.sender.net/v2/subscribers?page=1",
    "prev": null,
    "next": null
  },
  "meta": {
    "current_page": 1,
    "from": 1,
    "last_page": 1,
    "links": [
      {
        "url": null,
        "label": "pagination.previous",
        "active": false
      },
      {
        "url": "https://api.sender.net/v2/subscribers?page=1",
        "label": 1,
        "active": true
      },
      {
        "url": null,
        "label": "pagination.next",
        "active": false
      }
    ],
    "path": "https://api.sender.net/v2/subscribers",
    "per_page": 10,
    "to": 1,
    "total": 1
  },
  "has_more_not_deleted_subscribers": true
}