GET
/v1/users/{identifyId}
curl \
--request GET 'https://api.aptrinsic.com/v1/users/{identifyId}'
Response examples (200)
{
"aptrinsicId": "string",
"identifyId": "string",
"type": "LEAD",
"gender": "MALE",
"email": "string",
"firstName": "string",
"lastName": "string",
"lastSeenDate": 42,
"signUpDate": 42,
"firstVisitDate": 42,
"title": "string",
"phone": "string",
"score": 42,
"role": "string",
"subscriptionId": "string",
"accountId": "string",
"numberOfVisits": 42,
"location": {
"countryName": "United States",
"countryCode": "USA",
"stateName": "California",
"stateCode": "CA",
"city": "San Mateo",
"street": "101 Broadway",
"postalCode": 94010,
"continent": "NA",
"regionName": "string",
"timeZone": "string",
"coordinates": {
"latitude": 37.567147,
"longitude": -122.324211
}
},
"propertyKeys": [
"AP-XXXXXXXXXX-2"
],
"createDate": 42,
"lastModifiedDate": 42,
"customAttributes": {},
"globalUnsubscribe": true,
"sfdcContactId": "string",
"channelMetricList": [
{
"groupId": "string",
"channel": 42,
"environment": 42,
"firstSeenDate": 42,
"lastSeenDate": 42
}
],
"lastVisitedUserAgentData": [
{
"propertyKey": "string",
"userAgent": {
"rawUserAgent": "string",
"device": "string",
"platformType": "string",
"platformVersion": "string",
"browserType": "string",
"browserVersion": "string"
}
}
],
"id": "string",
"lastInferredLocation": {
"countryName": "United States",
"countryCode": "USA",
"stateName": "California",
"stateCode": "CA",
"city": "San Mateo",
"street": "101 Broadway",
"postalCode": 94010,
"continent": "NA",
"regionName": "string",
"timeZone": "string",
"coordinates": {
"latitude": 37.567147,
"longitude": -122.324211
}
},
"globalId": "string"
}