Skip to content

Third Party Subscription Integration

The below payload is for third party platforms to integrate with Dealer Studio for finance integration. The third party must provide an endpoint which accepts API bearer tokens.

Webhook structure from Dealer Studio to third party system

Section titled “Webhook structure from Dealer Studio to third party system”
{
"event_type": "lead",
"contact": {
"lead_id": "1234567890",
"lead_cluster_id": "1234567890",
"first_name": "Bruce",
"middle_name": "James",
"last_name": "Smith",
"email": "brandon@example.com",
"phone_number": "0412345678",
"drivers_license_number": "1234567890",
"drivers_license_card_number": "1234567890",
"drivers_license_expiry": "dd/mm/yyyy",
"drivers_license_state": "NSW",
"passport_number": "1234567890",
"passport_country": "Australia",
"passport_expiry": "dd/mm/yyyy",
"marketing_opt_in": true,
"date_of_birth": "dd/mm/yyyy"
},
"asset": {
"id": "1234567890",
"make": "Toyota",
"model": "Corolla",
"year": "2020",
"vin": "1234567890",
"stocknum": "1234567890"
},
"subscription_plan": {
"name": "Basic",
"price": "100",
"subscription_id": "1234567890",
"frequnecy": "weekly"
}
}