Last updated 9 months ago
Was this helpful?
GET /api/v1/envs HTTP/1.1 Host: Accept: */*
No content
PUT /api/v1/devices/{deviceId}/envs HTTP/1.1 Host: Accept: */*
POST /api/v1/devices/login HTTP/1.1 Host: Content-Type: application/json Accept: */* Content-Length: 19 { "deviceId": "text" }
{ "meta": { "page": 1, "perPage": 1, "totalItems": 1, "totalPages": 1, "hasNextPage": true, "hasPreviousPage": true, "nextPage": "text", "previousPage": "text" }, "data": [ { "id": "text", "createdAt": "2025-04-26T08:31:54.009Z", "updatedAt": "2025-04-26T08:31:54.009Z", "deletedAt": "2025-04-26T08:31:54.009Z", "deviceName": "text", "deviceId": "text", "apiUrls": {}, "totalEntriesCount": 1, "lastLogin": "2025-04-26T08:31:54.009Z" } ] }