For AI agents: visit https://developers.activecampaign.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.

List Variables

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",
      "listsCount": "3",
			"isLocked": false,
      "links": [
        
      ],
      "id": "1"
    },
    {
      "name": "phone",
      "tag": "greattag",
      "format": "html",
      "content": "this is the second one",
      "listIds": "3,4",
      "listNames": "List3,List4",
      "listsCount": "2",
			"isLocked": false,
      "links": [
        
      ],
      "id": "2"
    },
    {
      "name": "nice\n",
      "tag": "hellotag",
      "format": "text",
      "content": "this is the third one",
      "listIds": "1,3",
      "listNames": "List1,List3",
      "listsCount": "2",
			"isLocked": false,
      "links": [
        
      ],
      "id": "3"
    },
    {
      "name": "hahah",
      "tag": "goodtag",
      "format": "html",
      "content": "fourth",
      "listIds": "1,4",
      "listNames": "List1,List4",
      "listsCount": "2",
			"isLocked": false,
      "links": [
        
      ],
      "id": "4"
    },
    {
      "name": "hello world",
      "tag": "nicetag",
      "format": "text",
      "content": "fifth",
      "listIds": "2,3,4",
      "listNames": "List2,List3,List4",
      "listsCount": "3",
			"isLocked": true,
      "links": [
        
      ],
      "id": "5"
    }
  ],
  "meta": {
    "total": "5"
  }
}
Query Params
string

Order variables by format (ASC/DESC)

string

Order variables by tag (ASC/DESC)

string

Order variables by name (ASC/DESC)

string

Order variables by content (ASC/DESC)

string

Filter by variable name

string

Filter by variable tag

string

Filter by name of list

string

Contents of variable

string

Filter by tag format (html, text)

int32
Defaults to 20

Result limit (Default: 20)

Responses

Language
Credentials
Header
URL
Loading…
Response
Choose an example:
application/json
Morty Proxy This is a proxified and sanitized view of the page, visit original site.