FAQs
Find answers to most common questions our users have while using Impler
Last updated
Was this helpful?
Find answers to most common questions our users have while using Impler
Open the Import description and go to the Snippet portion of the Import.
Open the last item of the accordion, where you will find the necessary keys.

Yes, you need to provide your authorization header value, which you can provide from the front end.
No, logged-in user cookies won't be passed to your server. Validator calls are being made from Impler's servers.
Yes, Impler provides a REST API endpoint to fetch a user-uploaded file. Here is CURL,
curl --location --request GET 'https://api.impler.io/v1/upload/:uploadId/files/original' \
--header 'accesskey: <ACCESS_TOKEN>'You can get :uploadId using Upload Complete event and ACCESS_TOKEN will be available from the Settings panel.
API will send a file with headers Content-Type and Content-Disposition as values for file type and filename respectively.
If you have any questions, suggestions, or comments. Feel free to reach out to us over Discord. We’re constantly improving to deliver the best Data Importer for your product, and we value your input.
Last updated
Was this helpful?
Was this helpful?