v1
latestOpenAPI 3.1.02026-08-0670151364.9 KBCustomers
Retrieve customer workflow settings
get/customers/{id}/workflow_settings
Path parameters
idstring required
The id of the customer to get workflow settings for
The id of the customer to get workflow settings for
Response
The workflow settings were retrieved.
Example response
{
"autoCollect": {
"pauseCollection": true,
"resumeCollectionAt": "2025-01-15T10:00:00Z"
}
}