Skip to content

Updating Lead Outcomes

To update lead outcomes in Dealer Studio, make a PUT request to this endpoint:

https://dashboard.dealerstudio.com.au/api/v1/dealerships/{dealership_slug or dealership_id}/lead_clusters/{lead_cluster_id}

When leads are sent to you in Dealer Studio via our API, we include both the dealership_slug, dealership_id and the lead_cluster_id.

{
"lead_cluster": {
"lead_state": "new | contacted | lost | invalid | converted"
}
}
{
"Authentication": "Bearer 1234567890",
"Accept": "application/json",
"Content-Type": "application/json"
}