POST
/
api
/
v1
/
devices
/
search
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
}'

Authorizations

x-bytebeam-api-key
string
header
required

API key required to authenticate requests.

x-bytebeam-tenant
string
header
required

Tenant(Project) name required to identify the project.

Body

page
integer
required
limit
integer
required
status
enum<string>
Available options:
all,
inactive,
active
metadata
object
state
object
action-id
integer