POST
/
api
/
v1
/
tenants
curl --request POST \
  --url https://cloud.bytebeam.io/api/v1/tenants \
  --header 'Content-Type: application/json' \
  --header 'x-bytebeam-api-key: <api-key>' \
  --header 'x-bytebeam-tenant: <api-key>' \
  --data '{
  "tenant-id": "<string>",
  "device-type": "linux"
}'
{
  "tenant": "<string>"
}

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

tenant-id
string
required
device-type
enum<string>
required
Available options:
linux,
esp32,
beaglebone black,
bytebeam,
other,
raspberry pi,
android,
arduino

Response

200
application/json
tenant
string
required