Create telemetry
POST/telemetry
Requires telemetry:write. Supply a user, a device, or both. When a linked
device is supplied alone, its user is inferred. Unknown devices are created
as unlinked app devices. payload accepts any JSON object and is returned unchanged.
event_id provides app-scoped idempotency.
Request
Responses
- 200
- 201
- 400
- 401
- 403
- 404
- 409
- 413
- 429
- 503
Idempotent replay
Response Headers
Idempotent-Replayed
Telemetry created
Invalid request
Missing
Token lacks the required scope
Resource not found in the token app
Resource state conflict
Request or arbitrary JSON payload is too large
App-wide per-minute quota exceeded
Response Headers
Retry-After
Seconds until the next fixed UTC minute window.
Authentication