Outbound credential Hookdeck attaches when it calls the destination.
type is Hookdeck's auth_type ("API_KEY", "BASIC_AUTH", "BEARER_TOKEN"); config is the matching blob, e.g. {to: "header", key: "x-api-key", api_key}.
type
auth_type
"API_KEY"
"BASIC_AUTH"
"BEARER_TOKEN"
config
{to: "header", key: "x-api-key", api_key}
Outbound credential Hookdeck attaches when it calls the destination.
typeis Hookdeck'sauth_type("API_KEY","BASIC_AUTH","BEARER_TOKEN");configis the matching blob, e.g.{to: "header", key: "x-api-key", api_key}.