{ "opencollection": "1.0.0", "info": { "name": "Flynet App Restaurants API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Restaurants", "type": "folder" }, "items": [ { "info": { "name": "List restaurants", "type": "http" }, "http": { "method": "GET", "url": "https://api.staging.blackbird.xyz/flynet/v1/restaurants", "params": [ { "name": "page", "value": "", "type": "query", "description": "Zero-indexed page number." }, { "name": "page_size", "value": "", "type": "query", "description": "Items per page. Default `50`." } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Paginated list of restaurants." }, { "info": { "name": "Get a restaurant", "type": "http" }, "http": { "method": "GET", "url": "https://api.staging.blackbird.xyz/flynet/v1/restaurants/:id", "params": [ { "name": "id", "value": "14339db3-2e7a-42c4-aa98-4c0fb18679eb", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Single restaurant by UUID." }, { "info": { "name": "List a restaurant's locations", "type": "http" }, "http": { "method": "GET", "url": "https://api.staging.blackbird.xyz/flynet/v1/restaurants/:id/locations", "params": [ { "name": "id", "value": "14339db3-2e7a-42c4-aa98-4c0fb18679eb", "type": "path" }, { "name": "page", "value": "", "type": "query", "description": "Zero-indexed page number." }, { "name": "page_size", "value": "", "type": "query", "description": "Items per page. Default `50`." } ], "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "docs": "Paginated list of locations belonging to a restaurant." } ] } ], "bundled": true }