---
title: "Receives external device update reports"
method: POST
path: "/c2c/v4/callback"
tags: ["C2C"]
---

# Receives external device update reports

`POST /c2c/v4/callback`

External clouds can call this endpoint through their callback mechanism
to report device updates. The format of the payload is driver specific.

## Query parameters

- `apiKey` string, required

## Request body

- object

## Response `204`

Successful

## Other responses

- `400` — Bad request The request object is in an incorrect format or has values that are invalid or out of range. If available, further error details are provided in the response body.
- `404` — Not Found The specified resource was not found
- `501` — Not Implemented This feature is not yet available.

---

[API](https://skmtc.net/here/apis/tracking.md) · [All operations](https://skmtc.net/here/apis/tracking/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/here/tracking/revisions/efa162f7023c/schema)
