meta { name: /api/invoices/:id type: http seq: 8 } get { url: {{base_url}}/api/invoices/:id body: none auth: inherit } params:path { id: 10 } settings { encodeUrl: true timeout: 0 }