n8n-docs/docs/integrations/builtin/credentials/webhook.md
Justin Ellingwood a7dc52d6e1
Change repo links to absolute file paths (#2829)
Co-authored-by: Nick Veitch <nick.veitch@n8n.io>
2025-02-11 17:40:26 +00:00

1.2 KiB

title description contentType priority
Webhook credentials Documentation for Webhook credentials. Use these credentials to authenticate Webhook in n8n, a workflow automation platform.
integration
reference
critical

Webhook credentials

You can use these credentials to authenticate the following nodes:

Prerequisites

You must use the authentication method required by the app or service you want to query.

Supported authentication methods

  • Basic auth
  • Header auth
  • JWT auth
  • None

--8<-- "_snippets/integrations/builtin/credentials/generic-auth/basic-auth.md"

--8<-- "_snippets/integrations/builtin/credentials/generic-auth/header-auth.md"

Using JWT auth

JWT Auth{:target=_blank .external-link} is a method of authentication that uses JSON Web Tokens (JWT) to digitally sign data. This authentication method uses the JWT credential and can use either a Passphrase or PEM Key as key type. Refer to JWT credential for more information.