> ## Documentation Index
> Fetch the complete documentation index at: https://ekso.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# ekso hook

> Tenant-wide outbound webhook configuration.

## Overview

Tenant-wide outbound webhook configuration.

## Verbs

| Verb     | Description                                   |
| -------- | --------------------------------------------- |
| `get`    | Get the current webhook config.               |
| `update` | Replace the webhook config (body via --data). |

## Detailed help

Run `ekso` directly to see flags and arguments — `--help` reflects the binary you have installed.

```bash theme={null}
ekso hook --help
ekso hook get --help
```

## See also

* [CLI overview](/cli/overview)
* [Authentication](/cli/authentication)
* [Configuration](/cli/configuration)
* [API Reference](/api-reference/introduction) — the underlying HTTP routes.
