POST accounts
    • 09 Sep 2024
    • 1 Minute to read
    • PDF

    POST accounts

    • PDF

    Article summary

    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”
    }



    What's Next