Create Sub Account
Creates a new sub account under the parent account
Authorizations
API key for authentication
Headers
Optional idempotency key for safe request retries. Must be a unique string for each logical request.
Requests with the same key will return the same response. Keys for non-secret responses expire after 24 hours.
API-key create responses include a one-time secret_key, so their encrypted replay responses expire after 5 minutes.
255Path Parameters
Parent account ID
Body
Human-readable name for the sub account; leading and trailing whitespace is trimmed and the result must not be blank
1 - 255Account website domain
255Optional monthly cap; 0 means no cap
0 <= x <= 1000000000Response
Sub account created successfully
Object type identifier
sub_account Unique identifier for the sub account
Parent account ID
When the sub account was created
Sub account name
Account website domain
255Current sub-account status
active, suspended, parent-suspended, deleted Optional monthly cap; 0 means no cap
x >= 0Number of domains owned by the sub account
x >= 0Number of direct members on the sub account
x >= 0Last recorded sub-account email activity

