Created
September 1, 2015 00:34
-
-
Save boomtrain-support/9719fb757c5660148219 to your computer and use it in GitHub Desktop.
GET /person - Response details after retrieving a User
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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