Fetch a restaurant list
Goal: Prove connectivity and render a first UI from live data.Prep time: ~2 minutes
What you’ll use
GET /flynet/v1/restaurantswithX-API-Key
Code
/restaurants is a Discovery route (server-to-server, no member context), so it takes the API key, not an OAuth bearer. Sending Authorization: Bearer … returns 401 MISSING_API_KEY. See API keys.
Next: Restaurant explorer: chain in locations and weekly hours.