ContributionsMost RecentMost LikesSolutionsRe: Extract Substring from API response Variable in Alertsite API Monitor also reference Case #00493881 json reposes cannot be prettified An API json response which has the below structure cannot be prettified. As a result, variables cannot be created from it. { "key1": { "key2": { "key3": "value" } }, "data": { "id": "value", "token1": "value", "token2": "value" }, "_status": { "code": 201 } } Capture cookies directly from API response It would be very helpful to be able to have cookies captured automatically in an API request, as happens in Postman. Currently, I cannot set a variable nor do they get captured. Header variables from API responses It would be very helpful to be able to create variables from header responses in API requests. Currently only Assertions are allowed from headers in the AlertSite UI.