keys
List of key configurations for extracting values from records and using them in requests.
← http_callarray<object>
List of key configurations for extracting values from records and using them in requests.
each item
| property | type | default | description |
|---|---|---|---|
fieldrequired | string | — | Dot-notation path to extract value from record (e.g., 'customer.id'). |
paramTyperequired | string | — | How to include value in request. querypathheader |
paramNamerequired | string | — | Parameter name (path placeholder, query param, or header name). |