GET CUSTOMER
Query for end user information for a given EyeLevel customer key
get
https://api.eyelevel.ai/v1/partner
/analytics/users/:apiKey
QUERY CUSTOMER
default format = JSON
default complete = false
default period = 1 day
{
"analytics": {
"end": DATETIME,
"start": DATETIME,
"total": INTEGER,
"users": [
{
"didComplete": BOOLEAN,
"email": "STRING",
"id": "STRING IDENTIFIER",
"ipAddress": "STRING",
"labels": {
KEY: VALUE,
},
"leadId": "STRING IDENTIFIER",
"name": "STRING",
"platform": "ENUMERATED STRING",
"phone": "STRING",
"origin": "STRING",
"timestamp": INTEGER,
"userAgent": "STRING",
"versionId": "STRING IDENTIFIER"
}
]
}
}
A boolean value describing whether the end user completed the chat flow.
The datetime for the end of the date range for the current query in RFC3339 format.
The datetime for the start of the date range for the current query in RFC3339 format.
The total number of end users that are in results of the current query.
The email address of the end user that was captured in chat.
The unique identifier for the flow that the end user most recently engaged in.
The most recently detected IPv4 address of the end user.
A dictionary of key-values for custom end user information that was captured in chat. Custom labels can be defined within a chat flow as a custom user input, labelled button click, or user tag.
The unique identifier for the end user. This value can be used in other analytics queries.
The name of the end user that was captured in chat.
The marketing channel where the chat flow is published. The value must be one of:
- qr - for QR codes
- web - for websites
- linkedin - for LinkedIn ads
- instagram - for Instagram web ads
- email - for email marketing
- gads - for Google search ads
- fbads - for Facebook web ads
- facebook - for Facebook platform Messenger ads (includes Instagram)
- youtube - for YouTube ads
- fbpage - for Facebook Pages
The phone number of the end user that was captured in chat.
The full URL that the end user launched the chat from.
The unix timestamp when the end user information was last updated.
The most recently detected user agent for the end user.
The unique version identifier for the flow that the end user most recently engaged in.
Last modified 1yr ago