Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Recently started using the bulk API and had a similar issue. For a bulk lead import that's not for the default partition, you also need to specify a static list ID to hold the results of the import (even if the file is updates only). An URL with query string would be:/bulk/v1/leads.json?format=csv&...
The body literally has to be a JSON string -- just getting into using the API myself. Please look at the docs here:https://developers.marketo.com/rest-api/bulk-extract/bulk-activity-extract/ And the request needs to be submitted as a POST, not GET. This literally worked for me in Postman:body-----...