Create a tenant
POST/v1/tenants
Requires scope tenants:write. Subject to the per-org tenant limit (default 10).
Request
Responses
- 201
- 400
- 401
- 402
- 403
Tenant created. ingestion_key.secret is shown once.
Invalid request.
Missing or invalid developer key.
Tenant limit reached (upgrade or request a higher limit).
Key lacks the required scope (insufficient_scope).