The import API call returns the exact error in the...
# community-help
j
The import API call returns the exact error in the body (even if it returns a 200). So you want to process the import response body, and look for any records with success: false
👀 1