Skip to main content

Notification when a Vehicle is Assigned to a Booking

Webhook 

This webhook event, assignedVehicle, is triggered when a vehicle is assigned to a booking. It sends detailed information about the vehicle. Use this event to update booking status in your system and to inform customers about their vehicle details.

Supported roles

  • Partner
  • Fleet manager

Request

Header Parameters

    x-gojo-request-signature stringrequired

    HMAC hash combining your shared secret and the request payload. Utilize this hash to authenticate and validate incoming requests from Good Journey. This ensures the security and integrity of the data received.

Body

    bookId string
    bookingReference string
    vehicle object
    plateNumber string

    Vehicle license plate number

    make string

    Vehicle manufacturer/brand

    model string

    Vehicle model name

    color string

    Vehicle color

Loading...