INPUT_OBJECT

WebhookAuthInfoV2Input

Description

The authentication type that the endpoint uses.

link GraphQL Schema definition

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