AdvertisingCars

AnnonceLogs

Aos

Callcentrum

Cc

Element

Eshop

Forms

IframeViewCounter

Ip

LeadsFb

Leads

Marketing

MaternaSmsStatus

MobileDeLogs

OfferedCars

SautoLogs

TechnicalCertificateRequest

TipcarsLogs

ViewCounter

WebCars

WebLeads

/v1/eshop/garage/<phone>
GET
secured

Description

Get cars in garage

Format

json (application/json)

Methods

GET

Mask parameters

<phone>
  • requirement: \d+
  • type: int
  • description: Phone number

Response codes

200 (Success)
400 (Bad Request)
401 (Invalid authentication)

Example response

{
    "status": "ok",
    "message": "OK",
    "data": {
        "cars": [
            12587965,
            13478632
        ]
    }
}