manage_hook

Manage inbound webhook endpoints. Hooks accept Record-format JSON and upsert through the normal write path.

Parameters

NameTypeRequiredDescription
actionenum: create | get | list | deleteYes
workspace_idstringYesTarget workspace ID
hook_idstringNoHook ID. Required for get, delete. Auto-generated for create if omitted.
namestringNoHook display name
secretstringNoShared secret for HMAC verification
collection_scopearrayNoRestrict which collections this hook can write to
manage_hook — Rekor