Field | Description | Scheme | Required |
---|
path | Unique endpoint for the webhook. | string | true |
authentication[].basic | Basic Auth | Basic | |
authentication[].github | Github Auth | Github | |
authentication[].svix | Svix Auth | Svix | |
authentication[].jwt | JWT Auth | JWT | |
Basic
Field | Description | Scheme | Required |
---|
username | Username | EnvVar | true |
password | Path | EnvVar | true |
Github
Use GitHub webhook verification to authenticate requests.
Field | Description | Scheme | Required |
---|
token | Secret token for the webhook | EnvVar | true |
Svix
Field | Description | Scheme | Required |
---|
secret | Signing secret | EnvVar | true |
verifyTimestamp | Specify the tolerance for the timestamp verification | string | |
JWT
Field | Description | Scheme | Required |
---|
jwksUri | JWKS URI | string | true |