Typed access
Hook operations are reached via client.Api.Admin.Hook on EksoClient.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Typed SDK access to the Hook resource — methods and HTTP routes.
Hook operations are reached via client.Api.Admin.Hook on EksoClient.
await client.Api.Admin.Hook.ListAsync();
| Method | Route | Summary |
|---|---|---|
GET | /api/admin/hook | Retrieves the webhook configuration for the current tenant. |
PUT | /api/admin/hook | Updates the webhook configuration for the current tenant. |