curl --request PUT \
--url https://api.hubapi.com/crm/lists/2026-03/{listId}/schedule-conversion \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"conversionType": "CONVERSION_DATE",
"day": 123,
"month": 123,
"year": 123
}
'{
"listId": "<string>",
"convertedAt": "2023-11-07T05:31:56Z",
"requestedConversionTime": {
"conversionType": "CONVERSION_DATE",
"day": 123,
"month": 123,
"year": 123
}
}curl --request PUT \
--url https://api.hubapi.com/crm/lists/2026-03/{listId}/schedule-conversion \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"conversionType": "CONVERSION_DATE",
"day": 123,
"month": 123,
"year": 123
}
'{
"listId": "<string>",
"convertedAt": "2023-11-07T05:31:56Z",
"requestedConversionTime": {
"conversionType": "CONVERSION_DATE",
"day": 123,
"month": 123,
"year": 123
}
}Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
Specifies the type of conversion (CONVERSION_DATE).
CONVERSION_DATE The day component of the conversion date.
The month component of the conversion date.
The year component of the conversion date.
successful operation
The unique identifier of the list for which the conversion details are provided.
The date and time when the list was converted.
The scheduled time for the list conversion, which can be based on a specific date or inactivity period.
Show child attributes
Was this page helpful?