claude
Handle Claude hook events
Receives hook notifications from Claude Code for activity tracking
post/v1/claude/hooks
Request body
Example request
{
"event_type": "UserPromptSubmit",
"session_id": "abc123-def456-ghi789",
"working_directory": "/workspace/my-project"
}Response
OK
object required
Changes
Changed in 2 of the 50 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲