Skip to content

ListOperationRequest

Type: object

Properties

Property Type Required Description Constraints
listId integer (int64) Yes The Marketo static list ID. Must be a positive integer.
input array Yes List of lead references to add to or remove from the list.

Generated example

{
  "listId": 1064,
  "input": [
    {
      "leadId": 10001
    }
  ]
}

Referenced models

Source

Generated from swagger-data-ingestion.json.