Skip to main content
GET
/
v1
/
platform
/
tenants
/
{tenant_id}
Get a child tenant
curl --request GET \
  --url https://api.withsplendor.com/v1/platform/tenants/{tenant_id} \
  --header 'Authorization: Bearer <token>'
{
  "created_at": "2026-01-15T09:30:00Z",
  "external_id": "cus_8210",
  "name": "Acme Corp",
  "plan": "standard",
  "tenant_id": "t-3f9c2a1b7e4d8c6a"
}

Authorizations

Authorization
string
header
required

API token issued from the Splendor console.

Path Parameters

tenant_id
string
required

Response

Successful Response

created_at
string<date-time>
required
external_id
string | null
required
name
string
required
plan
string
required
tenant_id
string
required