Skip to main content

Typed access

Hook operations are reached via client.Api.Admin.Hook on EksoClient.
await client.Api.Admin.Hook.ListAsync();
For the full set of methods and request/response types, your IDE’s auto-completion is the fastest discovery path. Each method below maps 1-to-1 to an HTTP route in the API Reference.

Operations

MethodRouteSummary
GET/api/admin/hookRetrieves the webhook configuration for the current tenant.
PUT/api/admin/hookUpdates the webhook configuration for the current tenant.

See also