Deliveroo · JSON Structure

Webhooks Rider Event Payload Structure

RiderEventPayload schema from Deliveroo webhooks

Type: object Properties: 2
Food DeliveryGroceryMarketplaceLogisticsRestaurants

RiderEventPayload is a JSON Structure definition published by Deliveroo, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

event body

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/deliveroo/refs/heads/main/json-structure/webhooks-rider-event-payload-structure.json",
  "name": "RiderEventPayload",
  "description": "RiderEventPayload schema from Deliveroo webhooks",
  "type": "object",
  "properties": {
    "event": {
      "type": "string",
      "description": "The rider event type.",
      "example": "example"
    },
    "body": {
      "type": "object",
      "description": "The rider status details for the order."
    }
  }
}