Hi! I’m trying to import data from Mixpanel. The GET request works in Postman, but when I input the same info in Parabola, the request returns blank. This is how I’ve implemented the cURL docs for Mixpanel in Parabola:
-
API Endpoint URL (with from_date and to_date, which are required): https://data.mixpanel.com/api/2.0/export?from_date=2020-08-11&to_date=2020-08-17
-
Authentication Type: Username and Password with my Mixpanel API Secret as the Username and Password blank
In Postman, I used the same API Endpoint URL. For the Authentication Type, I used Basic Auth with my Mixpanel API Secret as the Username and Password blank.
Not sure whether there’s something unique about the Username and Password Authentication in Parabola that’s different from Basic Auth in Postman?
I do know Mixpanel returns with a Top Level Key, but I can’t seem to select it in the Parabola dropdown menu.
Any advice would be immensely helpful! Thanks!