https://api.poweredlocal.com/v1/visitors

Retrieve list of visitors

Parameters:
ContextNameTypeDescriptionRequired
Response codes:
HTTP codeReasonResponse model
200Returned when successfulAppBundle.Entity.Visitor[items]
500Authorization error or any other problemN/A

https://api.poweredlocal.com/v1/visitors/{id}

View a visitor

Parameters:
ContextNameTypeDescriptionRequired
pathidstringyes
Response codes:
HTTP codeReasonResponse model
200Returned when successfulAppBundle.Entity.Visitor
404Visitor not foundN/A
500Authorization error or any other problemN/A

https://api.poweredlocal.com/v1/visitors/{id}/export

Export visitor data in CSV format

Parameters:
ContextNameTypeDescriptionRequired
pathidstringyes
Response codes:
HTTP codeReasonResponse model
200Returned when successfulAppBundle.Entity.Visitor[items]
500Authorization error or any other problemN/A

AppBundle.Entity.Visitor

Properties:
TypeDescriptionFormat
stringFull name of the visitor
stringInternal ID (class) of the login implementation
stringUser's ID in the social network (underlying system)
stringVisitor's email address, if known
stringVisitor's phone number, if known
stringLink to the social profile, if applicable
integerEstimated visitor social reach (friend count, followers, etc)int32
integerVisitors unique Idint32
stringBirth date of the visitor, if knowndate-time
stringVisitor's home city, if known
booleanVisitor's gender, if known
stringTimestamp when the visitor was createddate-time
stringTimestamp when the visitor was last modifieddate-time

AppBundle.Entity.Visitor[items]

Properties:
TypeDescriptionFormat
array