Skip to main content
GET
/
prod
/
log
/
alias
/
{id}
Get Alias Logs
curl --request GET \
  --url https://api.aimtell.com/prod/log/alias/{id} \
  --header 'X-Authorization-Api-Key: <api-key>'
[
  {
    "idSite": 999,
    "subscriber_uid": "2287eafd-495a-56f1-5c67-bd490642fdf7",
    "user": "3eba7a5dff64",
    "email_hash": "f69dccc7dd262642e8b3fe77c4d46dd2",
    "createdAt": "2021-12-09T15:04Z",
    "updatedAt": "2021-12-10T15:52Z"
  },
  {
    "idSite": 999,
    "subscriber_uid": "39370237-33f1-d6c7-2b5d-d4cdb8bb269d",
    "user": "78909fb08639",
    "email_hash": "afaab0720b95151508602cb7b097ee5d",
    "createdAt": "2020-10-14T15:54Z",
    "updatedAt": "2021-12-10T15:09Z"
  }
]

Authorizations

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

Path Parameters

id
string
required

Site ID

Query Parameters

limit
string

Limit number of results to return

skip
string

Skip offset

Response

200

idSite
integer
default:0
Example:

999

subscriber_uid
string
Example:

"2287eafd-495a-56f1-5c67-bd490642fdf7"

user
string
Example:

"3eba7a5dff64"

email_hash
string
Example:

"f69dccc7dd262642e8b3fe77c4d46dd2"

createdAt
string
Example:

"2021-12-09T15:04Z"

updatedAt
string
Example:

"2021-12-10T15:52Z"