eli
5
Changing the name of the key will result in empty data as Bubble is looking for the data inside a key that doesn’t exist in the response.
Having said that, the email being used as the key will cause the same issue as it will be different each time.
You could set the response on the API call as text and use the Toolbox plugin to parse it and extract the data you need but that’s a bit of a hassle for something that should be straightforward.