Okta · Capability
Okta API — InlineHook
Okta API — InlineHook. 8 operations. Lead operation: InlineHook. Self-contained Naftiko capability covering one Okta business surface.
What You Can Do
GET
Listinlinehooks
— Success
/v1/api/v1/inlinehooks
POST
Createinlinehook
— Success
/v1/api/v1/inlinehooks
GET
Getinlinehook
— Gets an inline hook by ID
/v1/api/v1/inlinehooks/{inlinehookid}
PUT
Updateinlinehook
— Updates an inline hook by ID
/v1/api/v1/inlinehooks/{inlinehookid}
DELETE
Deleteinlinehook
— Deletes the Inline Hook matching the provided id. Once deleted, the Inline Hook is unrecoverable. As a safety precaution, only Inline Hooks with a status of INACTIVE are eligible for deletion.
/v1/api/v1/inlinehooks/{inlinehookid}
POST
Executeinlinehook
— Executes the Inline Hook matching the provided inlineHookId using the request body as the input. This will send the provided data through the Channel and return a response if it matches the correct data contract. This execution endpoint sho
/v1/api/v1/inlinehooks/{inlinehookid}/execute
POST
Activateinlinehook
— Activates the Inline Hook matching the provided id
/v1/api/v1/inlinehooks/{inlinehookid}/lifecycle/activate
POST
Deactivateinlinehook
— Deactivates the Inline Hook matching the provided id
/v1/api/v1/inlinehooks/{inlinehookid}/lifecycle/deactivate
MCP Tools
success
Success
read-only
idempotent
success-2
Success
gets-inline-hook-id
Gets an inline hook by ID
read-only
idempotent
updates-inline-hook-id
Updates an inline hook by ID
idempotent
deletes-inline-hook-matching-provided
Deletes the Inline Hook matching the provided id. Once deleted, the Inline Hook is unrecoverable. As a safety precaution, only Inline Hooks with a status of INACTIVE are eligible for deletion.
idempotent
executes-inline-hook-matching-provided
Executes the Inline Hook matching the provided inlineHookId using the request body as the input. This will send the provided data through the Channel and return a response if it matches the correct data contract. This execution endpoint sho
activates-inline-hook-matching-provided
Activates the Inline Hook matching the provided id
deactivates-inline-hook-matching-provided
Deactivates the Inline Hook matching the provided id