GET
/
api
/
v1
/
device_components
curl --request GET \
  --url https://cloud.bytebeam.io/api/v1/device_components \
  --header 'x-bytebeam-api-key: <api-key>' \
  --header 'x-bytebeam-tenant: <api-key>'
{
  "results": [
    {
      "id": 123,
      "name": "<string>",
      "is_deleted": true
    }
  ]
}

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.

Query Parameters

status
enum<string>
Available options:
inactive,
all,
active

Response

200
application/json
results
object[]
required