OBJECT

WebhookEventResponse

Returns the webhooks event response linked to marketplacer events.

link GraphQL Schema definition

  • type WebhookEventResponse implements Node {
  • # Body of the response received from the webhook URL
  • body: JSON
  • # Timestamp for when the response was created
  • createdAt: ISO8601DateTime!
  • # Headers supplied as JSON that can be used to access further information of the
  • # event
  • headers: JSON
  • id: ID!
  • status: Int!
  • }