---
title: "send a notification to a specific vehicle"
method: POST
path: "/exve/vehicles/{vehicleId}/notification"
tags: ["exve"]
---

# send a notification to a specific vehicle

`POST /exve/vehicles/{vehicleId}/notification`

Sends a notification to a specific vehicle

## Path parameters

- `vehicleId` integer, required

## Request body

- ModelsVehicleNotification
  - `text` string, required

## Response `200`

OK

## Other responses

- `401` — Access token is missing or invalid

---

[API](https://skmtc.net/knowgoio/apis/knowgo-vehicle-simulator-api.md) · [All operations](https://skmtc.net/knowgoio/apis/knowgo-vehicle-simulator-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/knowgoio/knowgo-vehicle-simulator-api/versions/c420a5f456ea/schema)
