Hello API Key
Goal: Confirm your API key works and you know what a Discovery 401 looks like.Prep time: ~1 minute
What you’ll use
GET /flynet/v1/restaurantswithX-API-Key: <key>
Code
200 returns { "restaurants": [...], "pagination": {...} }.
A missing or invalid key returns 401 with a JSON envelope, different from the OAuth empty-body 401: