Skip to content
Nofy by Encipher Docs

Tenants & devices

Provision a tenant

Register one of your customers

POST https://nofy.encipher.co.tz/v2/tenants

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

Authorizationstringheaderrequired

Bearer <token>, where the token comes from Create a token with the client-credentials grant.

Body application/json

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.
Read the guideTenants & quotas
Esc
↑↓ to move↵ to open