AdvertisingCars

AnnonceLogs

Aos

Callcentrum

Cc

Element

Eshop

Forms

IframeViewCounter

Ip

LeadsFb

Leads

Marketing

MaternaSmsStatus

MobileDeLogs

OfferedCars

SautoLogs

TechnicalCertificateRequest

TipcarsLogs

ViewCounter

WebCars

WebLeads

/v1/aos
GET
secured

Description

Get notifications

Format

json (application/json)

Methods

GET

Response codes

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

Example response

{
    "status": "ok",
    "message": "Notifications were found.",
    "notifications": {
        "1": {
            "id": "1",
            "vehicleId": "TEST1234",
            "playerId": "1234",
            "notificationTypeId": 1,
            "notificationType": "Media Uploaded",
            "date": "2020-09-16 13:26:58",
            "created": "2020-09-16 13:26:58"
        }
    }
}