Insert a "parameter" in url of API call

I’m using an ezxternal API to getr information about “roller coasters”.

The endpoint to get coaster #1 is : https://captaincoaster.com/api/coasters/1
The endpoint to get coaster #2 is : https://captaincoaster.com/api/coasters/2
The endpoint to get coaster #2 is : https://captaincoaster.com/api/coasters/3
You get the point.

I define my API (GetCoasterByID) like this :
https://captaincoaster.com/api/coasters/[_ID]

I want that key “_ID” get is value from a state of an input or whatevfer else

Make sure the URL Parameter in the API connector is NOT set to private, then you can populate it with an input value when making the call in your app (whether as an action or a datasource).

This topic was automatically closed after 70 days. New replies are no longer allowed.