Documentation Index
Fetch the complete documentation index at: https://docs.ivory.finance/llms.txt
Use this file to discover all available pages before exploring further.
Overview
GET /v1/admin/tenants/{slug} returns the complete tenant record including credentials and Stripe IDs.
Path parameters
The tenant slug (e.g.
acme-bank).Response
UUID of the tenant.
URL-safe tenant identifier.
Human-readable tenant name.
Data residency region.
pilot · enterprise · enterprise_plusTenant database URL. Null until step 1 completes.
Tenant environment reference ID. Null until step 1 completes.
Name of the tenant’s private FalkorDB graph. Null until step 6 completes.
Custom domain if configured, otherwise null.
Email of the tenant admin.
provisioning · active · failed · deprovisionedWhether the tenant is live and routing.
ISO 8601 timestamp of row creation.
Last provisioning error, if state is
failed. Null otherwise.Stripe customer ID, if billing was set up at step 9.
Examples
Error responses
| Code | Reason |
|---|---|
404 | No tenant found with that slug |

