{ "opencollection": "1.0.0", "info": { "name": "Flipdish API - Apps Accounts Invoices 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": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "Flipdish Invoice Pdf", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/:appId/invoices/InvoicePdf", "params": [ { "name": "invoiceNumber", "value": "string", "type": "query", "description": "The invoice number query parameter." }, { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Invoice Pdf via the Flipdish Open API v1.0 (GET /api/v1.0/{appId}/invoices/InvoicePdf)." }, { "info": { "name": "Flipdish List Invoices", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/:appId/invoices/ListInvoices", "params": [ { "name": "storeId", "value": "500123", "type": "query", "description": "The store id query parameter." }, { "name": "limit", "value": "1", "type": "query", "description": "The limit query parameter." }, { "name": "page", "value": "1", "type": "query", "description": "The page query parameter." }, { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List Invoices via the Flipdish Open API v1.0 (GET /api/v1.0/{appId}/invoices/ListInvoices)." }, { "info": { "name": "Flipdish Get Invoices", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/:appId/invoices", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "subscriptionId", "value": "500123", "type": "query", "description": "The subscription id query parameter." }, { "name": "limit", "value": "1", "type": "query", "description": "The limit query parameter." }, { "name": "pageId", "value": "500123", "type": "query", "description": "The page id query parameter." }, { "name": "excludeNotOwnedInvoices", "value": "true", "type": "query", "description": "The exclude not owned invoices query parameter." }, { "name": "dateFrom", "value": "2026-06-02T12:00:00Z", "type": "query", "description": "The date from query parameter." }, { "name": "dateTo", "value": "2026-06-02T12:00:00Z", "type": "query", "description": "The date to query parameter." }, { "name": "invoiceNumber", "value": "string", "type": "query", "description": "The invoice number query 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 Invoices via the Flipdish Open API v1.0 (GET /api/v1.0/{appId}/invoices)." }, { "info": { "name": "Flipdish List Subscription Invoices", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/:appId/invoices/ListSubscriptionInvoices", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "subscriptionId", "value": "500123", "type": "query", "description": "The subscription id query parameter." }, { "name": "limit", "value": "1", "type": "query", "description": "The limit query parameter." }, { "name": "pageId", "value": "500123", "type": "query", "description": "The page id query parameter." }, { "name": "excludeNotOwnedInvoices", "value": "true", "type": "query", "description": "The exclude not owned invoices query parameter." }, { "name": "dateFrom", "value": "2026-06-02T12:00:00Z", "type": "query", "description": "The date from query parameter." }, { "name": "dateTo", "value": "2026-06-02T12:00:00Z", "type": "query", "description": "The date to query parameter." }, { "name": "invoiceNumber", "value": "string", "type": "query", "description": "The invoice number query 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": "List Subscription Invoices via the Flipdish Open API v1.0 (GET /api/v1.0/{appId}/invoices/ListSubscriptionInvoices)." } ] } ], "bundled": true }