Skip to content

Instantly share code, notes, and snippets.

@boomtrain-support
Created September 1, 2015 00:34
Show Gist options
  • Save boomtrain-support/9719fb757c5660148219 to your computer and use it in GitHub Desktop.
Save boomtrain-support/9719fb757c5660148219 to your computer and use it in GitHub Desktop.
GET /person - Response details after retrieving a User
{
"bsin":"{bsin}",
"appId":"{app_id}",
"appMemberId":"{Your Unique ID for the User}",
"email":"{email}",
"secondaryEmail":null,
"firstName":"{User's First Name}",
"lastName":"{User's Last Name}",
"age":0,
"gender":null,
"attributes":{
"{Attribute Name}":"{Attribute Value}",
...
},
"unsubscribes":[
{
"bsin":"{bsin}",
"appId":"{app_id}",
"stationNotificationId":"{Campaign IDs the User has Unsubscribed From}",
"extra":null
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment