manage_inbound_webhook

Manage inbound webhook endpoints. Inbound webhooks accept JSON and upsert through the normal write path; an optional mapping canonicalizes the received payload to the record_type's schema before write.

Parameters

NameTypeRequiredDescription
actionenum: create | get | list | deleteYes
base_idstringYesTarget database ID
inbound_webhook_idstringNoInbound webhook ID. Required for get, delete. Auto-generated for create if omitted.
namestringNoInbound webhook display name
secretstringNoShared secret for HMAC verification
record_type_scopearrayNoRestrict which record_types this inbound webhook can write to
field_mappingobjectNoInline mapping applied to the payload before write: a field_mapping object — {to_external:{...}} renames auto-invert on read, or supply {to_rekor:{...}}/{computed:{...}}. Mutually exclusive with source_binding.
source_bindingobjectNoReuse a record_type source's field_mapping for the to_rekor translation: {record_type, source}. Mutually exclusive with field_mapping.
manage_inbound_webhook — Rekor