Logto · Capability
Logto API references — Hooks
Logto API references — Hooks. 8 operations. Lead operation: Get hooks. Self-contained Naftiko capability covering one Logto business surface.
What You Can Do
GET
Listhooks
— Get hooks
/v1/api/hooks
POST
Createhook
— Create a hook
/v1/api/hooks
GET
Gethook
— Get hook
/v1/api/hooks/{id}
PATCH
Updatehook
— Update hook
/v1/api/hooks/{id}
DELETE
Deletehook
— Delete hook
/v1/api/hooks/{id}
GET
Listhookrecentlogs
— Get recent logs for a hook
/v1/api/hooks/{id}/recent-logs
PATCH
Updatehooksigningkey
— Update signing key for a hook
/v1/api/hooks/{id}/signing-key
POST
Createhooktest
— Test hook
/v1/api/hooks/{id}/test
MCP Tools
get-hooks
Get hooks
read-only
idempotent
create-hook
Create a hook
get-hook
Get hook
read-only
idempotent
update-hook
Update hook
idempotent
delete-hook
Delete hook
idempotent
get-recent-logs-hook
Get recent logs for a hook
read-only
idempotent
update-signing-key-hook
Update signing key for a hook
idempotent
test-hook
Test hook
read-only