Queue a CSV export of contacts matching the filter. Returns a file-export record with status queued. Once the job completes, use download to retrieve the file.
Security
bearerAuth
POST
curl -i -X POST \
https://leadgen.grinfi.io/leads/api/file-exports/leads \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"filter": {
"all": true
}
}'