Legacy Device API

Migrate to API v1

Map Device/QR calls to the unified v1 surface. Webhooks must move to v1 for live event delivery.

Legacy DeviceAPI v1
GET /device-api/v1/instances GET /v1/devices
GET /device-api/v1/instances/{id}/qr POST /v1/devices/{id}/qr
GET /device-api/v1/instances/{id}/status GET /v1/devices/{id}/status
POST /device-api/v1/messages/text POST /v1/messages (device account)
Legacy device webhooks POST /v1/webhooks (unified Cloud + Device events)
Recommended path Devices → QR pairing → MessagesWebhooks.