{ "opencollection": "1.0.0", "info": { "name": "Flipdish API - Apps Accounts Search API", "version": "v1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Flipdish Search Restaurants", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/search/restaurants", "params": [ { "name": "query", "value": "string", "type": "query", "description": "The query query parameter." }, { "name": "countryId", "value": "500123", "type": "query", "description": "The country id query parameter." }, { "name": "includeArchivedStores", "value": "NonArchivedOnly", "type": "query", "description": "The include archived stores query parameter." }, { "name": "searchType", "value": "WhiteLabelConfigInfo", "type": "query", "description": "The search type query parameter." }, { "name": "publishedStatus", "value": "AllStores", "type": "query", "description": "The published status query parameter." }, { "name": "page", "value": "1", "type": "query", "description": "The page query parameter." }, { "name": "limit", "value": "1", "type": "query", "description": "The limit query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Search Restaurants via the Flipdish Open API v1.0 (GET /api/v1.0/search/restaurants)." } ] } ], "bundled": true }