Visitor (deprecated)

This resource is deprecated. You should consider using our GraphQL API with the Visitor object.

Get visitors

GET /visitor

See below to discover used fields and see reading section to discover some output examples.

Filters

FilterDescriptionUse

unique_id

Unique identifier

?filters[unique_id]=123

external_id

External identifier

?filters[external_id]=123

website_id

Website identifier

?filters[website_id]=123

Get a visitor details

GET /visitor/560

See reading section to discover some output examples.

Fields

FieldDescriptionValues

id

Visitor identifier

Integer

unique_id

Visitor unique identifier

String

external_id

Your id if provided

String

lastname

Last name

String

firstname

First name

String

address

Address

String

city

City

String

zip

Zip code

String

country

Country

String

phone

Phone number

String

email

Email

String

browser

Browser used by visitor

String

website_id

List of website identifiers

List of integers

created_at

Visitor creation date

Date YYYY-MM-DD HH:MM:SS

Last updated