I'm having trouble getting the response in a non-variable format, but it's just a JSON object. Here is the request, in part, with the 1000 lead CSV data omitted from the middle. -> POST /bulk/v1/leads.json?access_token=123&format=csv&listId=22038&lookupField=email HTTP/1.1 -> Host: 947-IOX-305.mktorest.com -> User-Agent: libcurl/7.54.1 r-curl/2.8.1 httr/1.3.1 -> Accept-Encoding: gzip, deflate -> Accept: application/json, text/xml, application/xml, */* -> Content-Length: 396883 -> Content-Type: multipart/form-data; boundary=------------------------d16b91702e24668e -> >> --------------------------d16b91702e24668e >> Content-Disposition: form-data; name="file"; filename="discovery_integration_01.csv" >> Content-Type: text/csv >> >> "accountnumber","company", ... >> >> --------------------------d16b91702e24668e-- <- HTTP/1.1 200 OK <- Server: nginx <- Date: Tue, 14 Nov 2017 15:23:13 GMT <- Content-Type: application/json;charset=UTF-8 <- Content-Length: 113 <- Connection: keep-alive <-
... View more