Question about passing data between API calls

Hi, I'm a complete Flutterflow beginner, getting a bit confused (due to my lack of knowledge) about how to pass a response from one API call to another API call. I'm trying to use the API service on the Podbean podcasting platform. I need to first send a POST API call to get credentials. This returns an access token (access_token) that I need to use on all subsequent "get episodes" API calls. Can anyone help by telling me how (exactly, please!) I accomplish this? I suspect it's something to do with adding a JSON path, but here my knowledge is sparse, so I'm struggling. Thanks in advance for help.

Alan

2 replies