# Get subscriber's events

# HTTP method: GET

https://api.sender.net/v2/subscribers/{email}/events?actions=["got"]

Returns a list of actions that this subscriber has performed.

email string required

Subscriber's email address

actions array required

The value must be one of opened, bounced, clicked, unsubscribed or got.

Code snippets

Response example

{
  "email": {
    "got": [
      {
        "campaign_id": "bojJ7k",
        "subscriber_id": "o2lk68Y",
        "title": "Example email subject",
        "created_at": "2021-05-12 05:09:29"
      },
      {
        "campaign_id": "bkrXzE",
        "subscriber_id": "o2lk68Y",
        "title": "Follow up campaign example subject",
        "created_at": "2021-05-11 10:46:15"
      },
      {
        "campaign_id": "aKL9PM",
        "subscriber_id": "o2lk68Y",
        "title": "Example campaign subject",
        "created_at": "2021-05-11 09:02:38"
      },
      {
        "campaign_id": "dwKrKJ",
        "subscriber_id": "o2lk68Y",
        "title": "test-campaign",
        "created_at": "2021-04-20 04:41:51"
      }
    ]
  },
  "sms": [],
  "temail": {
    "sent": []
  }
}