OBJECT

ProcessWebhookHeader

link GraphQL Schema definition

  • type ProcessWebhookHeader {
  • # Name of the HTTP header sent with the webhook request.
  • key: String
  • # Value of the HTTP header. Returned masked when the header is marked as
  • # encrypted.
  • value: String
  • # When true, the header value is stored encrypted and hidden in responses.
  • encrypted: Boolean
  • }