Provisions a new child company under the authenticated parent. The caller’s API key determines the parent — there is no parent ID in the body. When externalId is supplied, the call is idempotent: a retry with the same identifier returns the existing child instead of creating a duplicate.
Documentation Index
Fetch the complete documentation index at: https://docs.replay.sale/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication. Get your API key from your company settings.
Human-readable name for the new child company. Must be unique across all companies.
1 - 255"Acme Corp - North Division"
Caller-supplied identifier (e.g., the customer's ID in your own system). When provided, retrying this endpoint with the same externalId returns the existing child instead of creating a duplicate. Unique per parent company.
1 - 255"clp-customer-12345"
Optional homepage URL for the child company.
"https://acme.example.com"
Optional short description of the child company.
2000"North America sales division."
Child company created (or existing child returned on idempotent retry).
Unique identifier for the child company.
"550e8400-e29b-41d4-a716-446655440000"
Name of the child company.
"Acme Corp - North Division"
ID of the parent company (the authenticated caller).
"11111111-1111-1111-1111-111111111111"
Caller-supplied identifier echoed back. null if the child was created without one.
"clp-customer-12345"
When the child company was created.
"2026-05-11T12:00:00.000Z"