POST
/
accounts

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
country_id
integer
required

Country ID where the account is created, supported IDs are:
253 = Chile
89 = United States

contact_name
string
required

Contact name associated with the account that will be created.

contact_phone
string
required

Contact phone associated with the account that will be created, format:
+56xxxxxxxxx = Chile
+1xxxxxxxxx = United States.

admin_email
string
required

Admin email associated with the account that will be created.
Valid for login.

admin_password
string
required

Admin password associated with the account that will be created.
Valid for login.

registration_legal_name_company
string
required

Legal name of the company being registered.

registration_tax_id_code
string
required

Tax ID code of the company being registered, format:
xx.xxx.xxx-x for Chile

registration_tax_id_type
string
required

Tax ID type of the company being registered, supported IDs are:
CL-RUT = Chile
US-EIN = United States
US-SSN = United States

registration_company_size
string
required

Size of the company being registered.

registration_terms_of_use
integer
required

Acceptance of the terms of use.
1 = Accepted

registration_type_use
integer
required

Type use of the accounts being registered, supported IDs are:
1 = Billing

registration_additional_data
object
required

Required only for accounts in Chile

registration_company_industry_sector
string

Industry sector of the company being registered.

Response

201 - application/json
account_id
string

Returns the ID of the created account.