Masking
You can mask both request variables and response data. This is useful if you have secret data like passwords or tokens, or personal data in the responses you want to filter out.
The data is masked in the CLI and never passed to the webhook in its raw format, meaning that the only one with access to your secret data is you.
#
Masking request variablesYou can prefix anything you put in ${{ }}
with mask
to mask it.
This will result in Authorization: bearer ****
in the UI and on capter.io.
#
Masking response dataIf you need to mask properties in the response you can add the mask
flag in the step options.
The response will now look something like: