Device type

Available Fields

Field

id

slug

name

is_private

is_of__cpu_architecture

belongs_to__device_family


Examples

Get a device type by its ID

When querying a private device type it's necessary to include your bearer token. For public device types the auth header is optional.

GET "https://api.balena-cloud.com/v7/device_type(<ID>)" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer <AUTH_TOKEN>" 

Get a device type by its SLUG

When querying a private device type it's necessary to include your bearer token. For public device types the auth header is optional.

Get a device type by its NAME

When querying a private device type it's necessary to include your bearer token. For public device types the auth header is optional.

Get all supported device types

When querying a private device type it's necessary to include your bearer token. For public device types the auth header is optional.

Last updated

Was this helpful?