Creates a new sub-account under your authenticated reseller account and returns API credentials for the new account. This endpoint is only available to approved reseller accounts. Contact name.com support to request access.
Authenticate via HTTP Basic with your account username and API token. Examples use an explicit 'Authorization: Basic <base64(username:token)>' header; 'curl -u username:token' is equivalent. For sandbox, append "-test" to your username and use your sandbox token on api.dev.name.com.
CreateAccountRequest has the information that is needed to create an account with the CreateAccount function.
CreateAccountRequest has the information that is needed to create an account with the CreateAccount function.
A successful response containing the newly created account details and credentials.
CreateAccountResponse contains information about the newly created account and the API credentials generated for it.
AccountName is the unique user-assigned name of newly created account.
"new_reseller_account"
The authentication token that should be used to access the API. This value is only returned once upon account creation.
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
ApiTokenName user assigned name of api token.
"my_reseller_token"