{ "opencollection": "1.0.0", "info": { "name": "Flipdish API - Apps Accounts Orders 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": "Orders", "type": "folder" }, "items": [ { "info": { "name": "Flipdish Get Order by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/orders/:id", "params": [ { "name": "id", "value": "500123", "type": "path", "description": "The id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Order by Id via the Flipdish Open API v1.0 (GET /api/v1.0/orders/{id})." }, { "info": { "name": "Flipdish Get Delivery Information", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/orders/:orderId/deliveryinfo", "params": [ { "name": "orderId", "value": "500123", "type": "path", "description": "The order id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Delivery Information via the Flipdish Open API v1.0 (GET /api/v1.0/orders/{orderId}/deliveryinfo)." }, { "info": { "name": "Flipdish Update Delivery Information", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/orders/:orderId/deliveryinfo", "params": [ { "name": "orderId", "value": "500123", "type": "path", "description": "The order id path parameter." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update Delivery Information via the Flipdish Open API v1.0 (POST /api/v1.0/orders/{orderId}/deliveryinfo)." }, { "info": { "name": "Flipdish Get Fulfillment State", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/orders/:orderId/fulfillment/state", "params": [ { "name": "orderId", "value": "500123", "type": "path", "description": "The order id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Fulfillment State via the Flipdish Open API v1.0 (GET /api/v1.0/orders/{orderId}/fulfillment/state)." }, { "info": { "name": "Flipdish Update Fulfillment State", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/orders/:orderId/fulfillment/state", "params": [ { "name": "orderId", "value": "500123", "type": "path", "description": "The order id path parameter." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update Fulfillment State via the Flipdish Open API v1.0 (POST /api/v1.0/orders/{orderId}/fulfillment/state)." }, { "info": { "name": "Flipdish Get Fulfillment Status with Details and Actions", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/orders/:orderId/fulfillment/state/details", "params": [ { "name": "orderId", "value": "500123", "type": "path", "description": "The order id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Fulfillment Status with Details and Actions via the Flipdish Open API v1.0 (GET /api/v1.0/orders/{orderId}/fulfillment/state/details)." }, { "info": { "name": "Flipdish Search Fulfillment Statuses", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/:appId/orders/fulfillmentstatuses", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "orderIds", "value": "string", "type": "query", "description": "The order ids query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Search Fulfillment Statuses via the Flipdish Open API v1.0 (GET /api/v1.0/{appId}/orders/fulfillmentstatuses)." }, { "info": { "name": "Flipdish Get Ready to Process", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/:appId/orders/ready_to_process", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "storeId", "value": "500123", "type": "query", "description": "The store id query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Ready to Process via the Flipdish Open API v1.0 (GET /api/v1.0/{appId}/orders/ready_to_process)." }, { "info": { "name": "Flipdish Get Orders", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/orders", "params": [ { "name": "physicalRestaurantId", "value": "500123", "type": "query", "description": "The physical restaurant id query parameter." }, { "name": "state", "value": "Created", "type": "query", "description": "The state query parameter." }, { "name": "from", "value": "2026-06-02T12:00:00Z", "type": "query", "description": "The from query parameter." }, { "name": "to", "value": "2026-06-02T12:00:00Z", "type": "query", "description": "The to 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": "Get Orders via the Flipdish Open API v1.0 (GET /api/v1.0/orders)." }, { "info": { "name": "Flipdish Get Orders Summary", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/:appId/orders/summaries", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "searchQuery", "value": "string", "type": "query", "description": "The search query query parameter." }, { "name": "physicalRestaurantId", "value": "500123", "type": "query", "description": "The physical restaurant id query parameter." }, { "name": "state", "value": "Created", "type": "query", "description": "The state query parameter." }, { "name": "page", "value": "1", "type": "query", "description": "The page query parameter." }, { "name": "limit", "value": "1", "type": "query", "description": "The limit query parameter." }, { "name": "orderByRequestedForTime", "value": "true", "type": "query", "description": "The order by requested for time query parameter." }, { "name": "channels", "value": "Unknown", "type": "query", "description": "The channels query parameter." }, { "name": "orderIds", "value": "1", "type": "query", "description": "The order ids query parameter." }, { "name": "from", "value": "2026-06-02T12:00:00Z", "type": "query", "description": "The from query parameter." }, { "name": "to", "value": "2026-06-02T12:00:00Z", "type": "query", "description": "The to query parameter." }, { "name": "logSql", "value": "true", "type": "query", "description": "The log sql query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Orders Summary via the Flipdish Open API v1.0 (GET /api/v1.0/{appId}/orders/summaries)." }, { "info": { "name": "Flipdish Get Orders Summary New", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/:appId/orders/summariesNew", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "searchQuery", "value": "string", "type": "query", "description": "The search query query parameter." }, { "name": "physicalRestaurantId", "value": "500123", "type": "query", "description": "The physical restaurant id query parameter." }, { "name": "state", "value": "Created", "type": "query", "description": "The state query parameter." }, { "name": "page", "value": "1", "type": "query", "description": "The page query parameter." }, { "name": "limit", "value": "1", "type": "query", "description": "The limit query parameter." }, { "name": "orderByRequestedForTime", "value": "true", "type": "query", "description": "The order by requested for time query parameter." }, { "name": "channels", "value": "Unknown", "type": "query", "description": "The channels query parameter." }, { "name": "orderIds", "value": "1", "type": "query", "description": "The order ids query parameter." }, { "name": "from", "value": "2026-06-02T12:00:00Z", "type": "query", "description": "The from query parameter." }, { "name": "to", "value": "2026-06-02T12:00:00Z", "type": "query", "description": "The to query parameter." }, { "name": "logSql", "value": "true", "type": "query", "description": "The log sql query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Orders Summary New via the Flipdish Open API v1.0 (GET /api/v1.0/{appId}/orders/summariesNew)." }, { "info": { "name": "Flipdish Accept Order", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/orders/:id/accept", "params": [ { "name": "id", "value": "500123", "type": "path", "description": "The id path parameter." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Accept Order via the Flipdish Open API v1.0 (POST /api/v1.0/orders/{id}/accept)." }, { "info": { "name": "Flipdish Refund Order", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/orders/:id/refund", "params": [ { "name": "id", "value": "500123", "type": "path", "description": "The id path parameter." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Refund Order via the Flipdish Open API v1.0 (POST /api/v1.0/orders/{id}/refund)." }, { "info": { "name": "Flipdish Reject Order", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/orders/:id/reject", "params": [ { "name": "id", "value": "500123", "type": "path", "description": "The id path parameter." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Reject Order via the Flipdish Open API v1.0 (POST /api/v1.0/orders/{id}/reject)." }, { "info": { "name": "Flipdish Dispatch Order", "type": "http" }, "http": { "method": "POST", "url": "https://api.flipdish.co/api/v1.0/orders/:id/dispatch", "params": [ { "name": "id", "value": "500123", "type": "path", "description": "The id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Dispatch Order via the Flipdish Open API v1.0 (POST /api/v1.0/orders/{id}/dispatch)." } ] } ], "bundled": true }