AdvertisingCars

AnnonceLogs

Aos

Callcentrum

Cc

Element

Eshop

Forms

IframeViewCounter

Ip

LeadsFb

Leads

Marketing

MaternaSmsStatus

MobileDeLogs

OfferedCars

SautoLogs

TechnicalCertificateRequest

TipcarsLogs

ViewCounter

WebCars

WebLeads

/v1/web-leads/<id>
GET
secured

Description

Get lead

Format

json (application/json)

Methods

GET

Mask parameters

<id>
  • requirement: \d+
  • type: integer
  • description: Lead ID

Response codes

200 (Success)
401 (Invalid authentication)

Example response

{
    "lead": {
        "id": 2,
        "first_name": "test",
        "last_name": "test",
        "email": "test700999895@centrum.cz",
        "plain_phone": "+420700999895",
        "type": "Passat",
        "make": "Volkswagen",
        "fuel_type": "nafta",
        "product_id": "954296390",
        "mileage": "96567",
        "mileage_range": "",
        "manufacture_year": "2018",
        "installment": null,
        "installment_calculation": null,
        "deposit": null,
        "number_of_payments": null,
        "source": "page",
        "location": "https:\/\/www.autoesa.cz\/ccc",
        "lead_route": "sf_quote",
        "original_utm_campaign": "",
        "original_utm_source": "",
        "original_referer": "",
        "category": "nezavazna rezervace",
        "datetime_sent": null,
        "datetime_sent_manually": null,
        "result_sent_manually": null,
        "created": "2024-10-08 15:51:16",
        "imported": null
    },
    "status": "ok"
}