Startup [Admin API]
Login with dev and get env
post
Body
deviceIdstringRequired
Responses
200Success
application/json
Responseall of
and
post
POST /api/v1/devices/login HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 19
{
"deviceId": "text"
}
200Success
{
"meta": {
"page": 1,
"perPage": 10,
"totalItems": 1,
"totalPages": 1,
"hasNextPage": true,
"hasPreviousPage": true,
"nextPage": "text",
"previousPage": "text"
},
"data": [
{
"id": "text",
"createdAt": "2025-06-27T12:48:39.973Z",
"updatedAt": "2025-06-27T12:48:39.973Z",
"deletedAt": "2025-06-27T12:48:39.973Z",
"deviceName": "text",
"deviceId": "text",
"apiUrls": {},
"totalEntriesCount": 1,
"lastLogin": "2025-06-27T12:48:39.973Z"
}
]
}
Get envs
get
Responses
200Success
get
GET /api/v1/envs HTTP/1.1
Host:
Accept: */*
200Success
No content
Set device env
put
Path parameters
deviceIdstringRequired
Responses
200Success
put
PUT /api/v1/devices/{deviceId}/envs HTTP/1.1
Host:
Accept: */*
200Success
No content
Last updated
Was this helpful?