curl --request GET \
--url https://api.hubapi.com/crm/lists/2026-03/{listId}/schedule-conversion \
--header 'Authorization: Bearer <token>'{
"listId": "<string>",
"convertedAt": "2023-11-07T05:31:56Z",
"requestedConversionTime": {
"conversionType": "CONVERSION_DATE",
"day": 123,
"month": 123,
"year": 123
}
}curl --request GET \
--url https://api.hubapi.com/crm/lists/2026-03/{listId}/schedule-conversion \
--header 'Authorization: Bearer <token>'{
"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.