Hi there, Based on the updated documentation of WPAllImport there should be a random number at the end of the URL.
For example the following command is given:
curl "http://your-website.com/wp-load.php?import_key=[YOUR_SECRET_KEY]&import_id=[YOUR_IMPORT_ID]&action=trigger&rand="$RANDOM
The...