lam.httpRequests
Learn more about the httpRequests Keyword
Functionality
Invocation
{
"lam.httpRequests": [
{
"method": "GET",
"url": "https://api.example.com/inventory/{{itemId}}",
"pathParams": { "itemId": "123" }
},
{
"method": "GET",
"url": "https://api.example.com/pricing/{{itemId}}",
"pathParams": { "itemId": "123" }
}
]
}Key
Description
Type
Required
Examples
Last updated
Was this helpful?