All REST Endpoints

Custom Table Members
Members of a Custom Table in the CX Audience Interact Suite.
Delete Custom Table Member based on a query attribute
Method: delete
Path: /rest/api/v1.3/lists/{listName}/customTable/{tableName}/members
Fetch all the fields or the primary key fields of the custom table
Method: get
Path: /rest/api/v1.3/lists/{listName}/customTable/{tableName}
Merge Table Members with PK
Method: post
Path: /rest/api/v1.3/lists/{listName}/customTable/{tableName}/members
Retrieve Custom Table Member based on a query attribute
Method: get
Path: /rest/api/v1.3/lists/{listName}/customTable/{tableName}/members
Custom Tables
Custom Tables in the CX Audience Interact Suite.
Fetch All Custom Tables
Method: get
Path: /rest/api/v1.3/lists/{listName}/customTable
Profile Extension Recipients
One or more Recipients within a Profile Extension Table in the CX Audience Interact Suite.
Delete multiple Profile Extension Recipients
Method: post
Path: /rest/api/v1.3/lists/{listName}/listExtensions/{petName}/members
Delete Profile Extension Recipient using an RIID
Method: delete
Path: /rest/api/v1.3/lists/{listName}/listExtensions/{petName}/members/{riid}
Merge Profile Extension Recipients
Method: post
Path: /rest/api/v1.3/lists/{listName}/listExtensions/{petName}/members
Retrieve Profile Extension Recipient using a query attribute
Method: get
Path: /rest/api/v1.3/lists/{listName}/listExtensions/{petName}/members
Retrieve Profile Extension Recipient using an RIID
Method: get
Path: /rest/api/v1.3/lists/{listName}/listExtensions/{petName}/members/{riid}
Profile List Recipients
Recipients within a Profile List in the CX Audience Interact Suite.
Delete List Recipients based on RIID.
Method: delete
Path: /rest/api/v1.3/lists/{listName}/members/{riid}
Delete multiple Profile List Recipients
Method: post
Path: /rest/api/v1.3/lists/{listName}/members
Merge List Recipients
Method: post
Path: /rest/api/v1.3/lists/{listName}/members
Retrieve List Recipient using query attribute
Method: get
Path: /rest/api/v1.3/lists/{listName}/members
Retrieve List Recipient using RIID
Method: get
Path: /rest/api/v1.3/lists/{listName}/members/{riid}
Retrieve multiple Profile List Recipients
Method: post
Path: /rest/api/v1.3/lists/{listName}/members
Profile Lists
Profile Lists in the CX Audience Interact Suite.
Fetch All Profile Lists
Method: get
Path: /rest/api/v1.3/lists