[Webhook] Quick Apply/Open to Work
Use Case
The Quick Apply/Apply to All webhook enables fleet suppliers to receive driver details when a driver applies to the supplier offer in Vehicles Marketplace, or when the driver enables Open to Work.
For more information on how to utilize webhooks, please refer to the provided link here.
Supported supplier types
Fleets
¶ Authentication
None. Auth process defined here.
¶ Request Header Parameters
Defined here
Webhook fields
Name | Type | Description |
---|---|---|
createdDate | string (ISO date) | Record creation date (YYYY-MM-DD) |
drivingSince | string (ISO date) | Driver’s start date (YYYY-MM-DD) |
string | Driver email (anonymized here) | |
firstName | string | Driver first name |
lastName | string | Driver last name |
phoneNumber | string | Phone number with country code |
rating | number | Current driver rating |
source | string | Acquisition/source, e.g., OPEN_TO_WORK |
totalTrips | number | Total completed trips |
uberProStatus | string | Uber Pro tier, e.g., GOLD |
version | number | Payload schema version |
webhook_meta | Object | Additional meta related to the webhook |
¶ Meta
Name | Type | Description |
---|---|---|
client_id | String | The ID of the client associated with the webhook. |
webhook_config_id | String | The ID of the webhook configuration. |
webhook_msg_timestamp | Long | Unix timestamp indicating when the webhook message was sent |
webhook_msg_uuid | String | Unique identifier for the webhook message |
¶ Example
{
"createdDate": "2025-08-12",
"drivingSince": "2017-01-14",
"email": "example@example.com",
"firstName": "Jane",
"lastName": "Doe",
"phoneNumber": "+15555555555",
"rating": 4.94,
"source": "OPEN_TO_WORK",
"totalTrips": 1000,
"uberProStatus": "GOLD",
"version": 1,
"webhook_meta": {
"client_id": "123453656",
"webhook_config_id": "vmp_fleet_application_webhook",
"webhook_msg_timestamp": 1755027435,
"webhook_msg_uuid": "43252654265"
}
}
Webhook Security
For detailed information on securing webhooks, please refer to the security guidelines here.
Sand Box
Please note that sandbox support is currently unavailable.
FAQ
1.Does the Webhook support sandbox environments?
Ans: No, the webhook does not currently support sandbox environments.