Skip to main content
POST
/
v1
/
platform
/
tenants
Create a child tenant
curl --request POST \
  --url https://api.withsplendor.com/v1/platform/tenants \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "external_id": "<string>"
}
'
{
  "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.

Body

application/json

Platform request to provision an isolated child tenant for one of its end-customers. The tenant id is Splendor-generated; external_id is the platform's own mapping key (unique within the platform).

name
string
required
Required string length: 1 - 255
external_id
string | null
Required string length: 1 - 255

Response

Successful Response

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