Verification Hookdeck applies to inbound requests before it accepts them.
type is Hookdeck's auth_type — "HMAC", "API_KEY", "BASIC_AUTH" and
friends. config is the matching credential blob, left free-form because the
provider does no schema validation on it either: HMAC wants
{algorithm, encoding, header_key, webhook_secret_key}, API_KEY wants
{header_key, api_key}.
Verification Hookdeck applies to inbound requests before it accepts them.
typeis Hookdeck'sauth_type—"HMAC","API_KEY","BASIC_AUTH"and friends.configis the matching credential blob, left free-form because the provider does no schema validation on it either: HMAC wants{algorithm, encoding, header_key, webhook_secret_key}, API_KEY wants{header_key, api_key}.