{ "opencollection": "1.0.0", "info": { "name": "Vatstack API Specification Batches Quotes API", "version": "1.3.0" }, "items": [ { "info": { "name": "Quotes", "type": "folder" }, "items": [ { "info": { "name": "Retrieves all quote objects in order of creation, with the most recent appearing highest.", "type": "http" }, "http": { "method": "GET", "url": "https://api.vatstack.com/{basePath}/quotes", "params": [ { "name": "limit", "value": "", "type": "query", "description": "A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20." }, { "name": "page", "value": "", "type": "query", "description": "Integer for the current page." } ], "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "docs": "Retrieves all quote objects in order of creation, with the most recent appearing highest." }, { "info": { "name": "Creates a quote object.", "type": "http" }, "http": { "method": "POST", "url": "https://api.vatstack.com/{basePath}/quotes", "body": { "type": "form-urlencoded", "data": [ { "name": "amount", "value": "" }, { "name": "country_code", "value": "" }, { "name": "category", "value": "" }, { "name": "ip_address", "value": "" }, { "name": "validation", "value": "" }, { "name": "vat", "value": "" } ] }, "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "docs": "Creates a quote object." }, { "info": { "name": "Retrieves a quote object.", "type": "http" }, "http": { "method": "GET", "url": "https://api.vatstack.com/{basePath}/quotes/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "docs": "Retrieves a quote object." } ] } ], "bundled": true }