INPUT_OBJECT
WebhookAuthInfoV2Input
Description
The authentication type that the endpoint uses.
link GraphQL Schema definition
- input WebhookAuthInfoV2Input {
- # Webhook authentication token.
- String :
- # Authentication type that the endpoint uses.
- AuthenticationTypeV2! :
- # Authentication user credentials.
- UserCredentials :
- # Authentication req header.
- CustomHeader :
- }