Tenants & devices
Provision a tenant
Register one of your customers
Registers a customer under your own id for it. Idempotent: provisioning an existing external_id returns that tenant with created: false, so onboarding can call it unconditionally.
Authorizations
AuthorizationstringheaderrequiredBearer <token>, where the token comes from Create a token with the client-credentials grant.
Body
external_id
string
required
Your id for the customer, typically its uuid.
name
string
Display name for the console. Up to 255 characters.
Responses
201
Created.
200
Already existed; nothing changed.
400
external_id is missing.