v1

latestOpenAPI 3.1.02026-08-0670151364.9 KB
Customers

Upsert customer workflow settings

put/customers/workflow_settings

Request body

customerIdsstring[] required

List of customer IDs to update

Example request

{
  "workflowSettings": {
    "autoCollect": {
      "pauseCollection": true,
      "resumeCollectionAt": "2025-01-15T10:00:00Z"
    }
  }
}

Response

The customer workflow settings were successfully updated.

Example response

{
  "autoCollect": {
    "pauseCollection": true,
    "resumeCollectionAt": "2025-01-15T10:00:00Z"
  }
}