POST accounts

Prev Next

Post Accounts

Creates a trial Standalone account.

URL (POST)

/api/v1/accounts
companyName and phoneNumber are not required fields.

Request Body

Refer to GET /api/v1/accounts/countries to get the accepted country values.

Refer to GET /api/v1/accounts/storage-amounts to get the accepted storageAmount values.

{
    “firstName”: “Jane”,
    “lastName”: “Doe”,
    “companyName”: “Jane Doe Enterprise”,
    “email”: “jane@janedoeenterprise.com”,
    “country”: “US”,
    “phoneNumber”: “1234567890",
    “storageAmount”: “25 - 50 TB”
}