# SWAIG.defaults Default settings for all SWAIG functions. If defaults is not set, settings may be set in each [SWAIG function](../functions/index.mdx) object. ## Parameters | Name | Type | Description | |:--|:|:--| | [web_hook_url](./defaults.web_hook_url.mdx)Optional | string | Default URL to send status callbacks and reports to. Default is not set. See [Callback Parameters](./defaults.web_hook_url.mdx) for details on the request body. | | web_hook_auth_userOptional | string | Default auth username for web_hook_url endpoint. Default is not set. | | web_hook_auth_passwordOptional | string | Default auth password for web_hook_url endpoint. Default is not set. |