Skip to content

Instantly share code, notes, and snippets.

@badrinathvm
Created November 13, 2019 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save badrinathvm/8f5485b6cf3f7f939261d9eb280c2583 to your computer and use it in GitHub Desktop.
Save badrinathvm/8f5485b6cf3f7f939261d9eb280c2583 to your computer and use it in GitHub Desktop.
JSON Sample
{
"user": {
"type": "lead",
"id": 146179,
"name": "Rubamaga",
"email": "rubamaga@example.com",
"user_id": "22449",
"phone": null,
"created_at": 1506500350,
"signed_up_at": null,
"last_seen_at": 1506500350,
"last_contacted_at": null,
"updated_at": 1506501237,
"session_count": null,
"avatar": "https://avatar.tobi.sh/rubamaga@example.com?size=120&type=svg&text=GO",
"landing_url": null,
"original_referrer": null,
"last_seen_ip": "127.0.0.1",
"last_seen_user_agent": null,
"location_data": {
"city_name": "Paris",
"region_name": null,
"country_name": "France",
"country_code": "FR",
"continent_code": null,
"latitude": 48.871216,
"longitude": 2.311713,
"postal_code": null,
"time_zone": null,
"utc_offset": null
},
"segments": [],
"tags": [],
"social_profiles": null,
"custom_properties": {
"age": 22
},
"unsubscribed_from_emails": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment