get https://{youraccountname}.api-us1.com/api/3/personalizations
Retrieve a list of personalization variables
{
"personalizations": [
{
"name": "address",
"tag": "awesometag",
"format": "html",
"content": "this is the first content",
"listIds": "1,2,3",
"listNames": "List1,List2,List3",
"links": [
],
"id": "1"
},
{
"name": "phone",
"tag": "greattag",
"format": "html",
"content": "this is the second one",
"listIds": "3,4",
"listNames": "List3,List4",
"links": [
],
"id": "2"
},
{
"name": "nice\n",
"tag": "hellotag",
"format": "text",
"content": "this is the third one",
"listIds": "1,3",
"listNames": "List1,List3",
"links": [
],
"id": "3"
},
{
"name": "hahah",
"tag": "goodtag",
"format": "html",
"content": "fourth",
"listIds": "1,4",
"listNames": "List1,List4",
"links": [
],
"id": "4"
},
{
"name": "hello world",
"tag": "nicetag",
"format": "text",
"content": "fifth",
"listIds": "2,3,4",
"listNames": "List2,List3,List4",
"links": [
],
"id": "5"
}
],
"meta": {
"total": "5"
}
}