OBJECT
Returns the webhooks event response linked to marketplacer events.
type WebhookEventResponse implements Node {# Body of the response received from the webhook URLbody: JSON # Timestamp for when the response was createdcreatedAt: ISO8601DateTime! # Headers supplied as JSON that can be used to access further information of the # eventheaders: JSON id: ID! status: Int! }