POST accounts
- 09 Sep 2024
- 1 Minute to read
- Print
- PDF
POST accounts
- Updated on 09 Sep 2024
- 1 Minute to read
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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”
}