Flipdish · Example Payload

Platform Webhook Log Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Platform Webhook Log Example is an example object payload from Flipdish, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

WebhookSubscriptionOwnerUserIdEventCreatedWebhookTriggeredWebhookEventNameWebhookSubscriptionCallbackUrlHttpResponseStatusCodeHttpResponseStatusRequestHeadersRequestBodyResponseHeadersResponseBodyDurationRetryCountFlipdishWebhookIdVersion

Example Payload

Raw ↑
{
  "WebhookSubscriptionOwnerUserId": 500123,
  "EventCreated": "string",
  "WebhookTriggered": "string",
  "WebhookEventName": "Example Name",
  "WebhookSubscriptionCallbackUrl": "https://api.flipdish.co/example",
  "HttpResponseStatusCode": "Active",
  "HttpResponseStatus": "Active",
  "RequestHeaders": "string",
  "RequestBody": "string",
  "ResponseHeaders": "string",
  "ResponseBody": "string",
  "Duration": "string",
  "RetryCount": 3,
  "FlipdishWebhookId": "00000000-0000-0000-0000-000000000000",
  "Version": "string"
}