curl --request GET \
--url https://cloud.bytebeam.io/api/v1/devices \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>'
[
{
"id": 123,
"metadata": {},
"state": {},
"status": "inactive",
"action": {},
"-serial_metadata": {}
}
]
curl --request GET \
--url https://cloud.bytebeam.io/api/v1/devices \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>'
[
{
"id": 123,
"metadata": {},
"state": {},
"status": "inactive",
"action": {},
"-serial_metadata": {}
}
]
API key required to authenticate requests.
Tenant(Project) name required to identify the project.
all
, inactive
, active
desc
, asc
List of devices
The response is of type object[]
.