curl --request POST \
--url https://cloud.bytebeam.io/api/v1/devices/search \
--header 'Content-Type: application/json' \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>' \
--data '{
"page": 123,
"limit": 123,
"status": "all",
"metadata": {},
"state": {},
"action-id": 123
}'
curl --request POST \
--url https://cloud.bytebeam.io/api/v1/devices/search \
--header 'Content-Type: application/json' \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>' \
--data '{
"page": 123,
"limit": 123,
"status": "all",
"metadata": {},
"state": {},
"action-id": 123
}'
API key required to authenticate requests.
Tenant(Project) name required to identify the project.