Skip to main content
GET
https://api2.ecomailapp.cz
/
subscribers
/
{email}
curl https://api2.ecomailapp.cz/subscribers/foo@bar.cz \
  -H "key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
{
  "subscriber": {
    "name": "Foo",
    "surname": "Bar",
    "email": "foo@bar.cz",
    "gender": "male",
    "bounce_soft": 0,
    "bounced_hard": 0,
    "inserted_at": "2018-11-15 13:59:21",
    "rating": 2.5,
    "country": "CZ",
    "tags": ["Completed", "SomeTag"],
    "lists": {
      "1": {
        "id": 407704,
        "list_id": 1,
        "email": "foo@bar.cz",
        "status": 1,
        "subscribed_at": "2018-11-15T12:59:21.000000Z",
        "source": "app"
      }
    }
  }
}
email
string
required
Subscriber’s email address.
curl https://api2.ecomailapp.cz/subscribers/foo@bar.cz \
  -H "key: YOUR_API_KEY" \
  -H "Content-Type: application/json"
{
  "subscriber": {
    "name": "Foo",
    "surname": "Bar",
    "email": "foo@bar.cz",
    "gender": "male",
    "bounce_soft": 0,
    "bounced_hard": 0,
    "inserted_at": "2018-11-15 13:59:21",
    "rating": 2.5,
    "country": "CZ",
    "tags": ["Completed", "SomeTag"],
    "lists": {
      "1": {
        "id": 407704,
        "list_id": 1,
        "email": "foo@bar.cz",
        "status": 1,
        "subscribed_at": "2018-11-15T12:59:21.000000Z",
        "source": "app"
      }
    }
  }
}