INPUT_OBJECT

WebhookAuthInfoV2Input

Description

The authentication type that the endpoint uses.

link GraphQL Schema definition

  • input WebhookAuthInfoV2Input {
  • # Authentication type that the endpoint uses.
  • authType: AuthenticationTypeV2!
  • # Authentication req headers.
  • customHeaders: [CustomHeader!]
  • # Webhook authentication token.
  • token: String
  • # Authentication user credentials.
  • userCredentials: UserCredentials
  • }