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