Skip to main content
GET
/
prod
/
subscribers
/
{id}
Get Subscribers
curl --request GET \
  --url https://api.aimtell.com/prod/subscribers/{id} \
  --header 'X-Authorization-Api-Key: <api-key>'
{
  "count": 2,
  "skip": 0,
  "limit": 25,
  "segmentId": null,
  "filter": null,
  "subscribers": [
    {
      "subscriber_uid": "c9603591-ffe0-ea08-8067-83420e5b4f5c",
      "subscriberId": "c9603591-ffe0-ea08-8067-82478e5b4f5c",
      "deviceType": "desktop",
      "browserName": "Chrome",
      "operatingSystemCode": "Mac OS X",
      "browserLang": "en-US",
      "region": "Virginia",
      "city": "Ashburn",
      "ip": "54.174.82.151",
      "country": "United States",
      "postal": "20149",
      "idSite": 4240,
      "createdAt": "2017-06-30 20:02:49"
    },
    {
      "subscriber_uid": "d3428c3f-b78b-5563-042c-e3d49d98fa22",
      "subscriberId": "d3428c3f-b26b-5563-042c-e3d49d98fa46",
      "deviceType": "desktop",
      "browserName": "Firefox",
      "operatingSystemCode": "Mac OS X",
      "browserLang": "en-US",
      "region": "Virginia",
      "city": "Ashburn",
      "ip": "54.174.82.151",
      "country": "United States",
      "postal": "20149",
      "idSite": 4240,
      "createdAt": "2017-08-15 21:43:35"
    }
  ]
}

Authorizations

X-Authorization-Api-Key
string
header
default:""
required

Path Parameters

id
integer<int32>
required

Site ID

Query Parameters

limit
string

Limit

skip
string

Skip

segmentId
integer<int32>

The ID of the segment you wish to filter by.

include
string
default:attributes

optionally include attributes

Response

200