# NET2GRID Account Management API Documentation
> Documentation for NET2GRID Account Management API
## Guides
- [Introduction](https://account-management-api.net2grid.com/docs/getting-started.md)
- [Platform Overview](https://account-management-api.net2grid.com/docs/net2grid-insight-platform-overview.md)
- [Account Model](https://account-management-api.net2grid.com/docs/account-model.md)
- [Authentication](https://account-management-api.net2grid.com/docs/authentication.md)
- [Service Types](https://account-management-api.net2grid.com/docs/service-types.md)
- [Supported Service Types](https://account-management-api.net2grid.com/docs/supported-service-types.md)
- [Switching Service Types](https://account-management-api.net2grid.com/docs/switching-service-types.md)
- [Onboarding process](https://account-management-api.net2grid.com/docs/onboarding-process.md)
- [Provisioning](https://account-management-api.net2grid.com/docs/provisioning-2.md)
- [End-user data](https://account-management-api.net2grid.com/docs/end-user-data.md)
- [Datahub integrations](https://account-management-api.net2grid.com/docs/datahub-integrations.md)
- [EDSN](https://account-management-api.net2grid.com/docs/datahub-integrations-edsn.md)
- [Deprecations](https://account-management-api.net2grid.com/docs/deprecations.md)
- [Client Credentials](https://account-management-api.net2grid.com/docs/client-credentials.md)
- [API Key Authentication](https://account-management-api.net2grid.com/docs/api-key-authentication.md)
- [Contact us](https://account-management-api.net2grid.com/docs/contact-us.md)
## API Reference
- [Requests token for a user.](https://account-management-api.net2grid.com/reference/posttoken.md): Requests token for a user. If the user is authenticated, token response will be returned.
- [Creates a new account with the provided definitions](https://account-management-api.net2grid.com/reference/postaccount.md): Validates against constraints described in the relevant models and creates a customer based on the input provided.
The account identifier and associated installation identifiers (if any) are returned to be used in other calls as account_id and installation_id respectively. The provided external identifiers are also returned for reference.
- [Updates the customer information for the account](https://account-management-api.net2grid.com/reference/putaccount.md)
- [Returns the account information](https://account-management-api.net2grid.com/reference/getaccount.md)
- [Deletes an account](https://account-management-api.net2grid.com/reference/deleteaccount.md): Deletes the account. To ensure process integrity, the deletion takes place in an asynchronous manner with a maximum execution time of 5 minutes.
- [Creates a new installation with the provided definitions](https://account-management-api.net2grid.com/reference/postinstallation.md): Validates against constraints described in the relevant models and adds a new installation to the account identified by the account_id based on the input provided.
The installation identifiers are returned to be used in other calls as installation_id along with the provided external identifiers.
- [Returns the installation information](https://account-management-api.net2grid.com/reference/getinstallation.md)
- [Updates installation information](https://account-management-api.net2grid.com/reference/putinstallation.md)
- [Deletes an installation](https://account-management-api.net2grid.com/reference/deleteinstallation.md): Deletes an installation of the account. To ensure process integrity, the deletion takes place in an asynchronous manner with a maximum execution time of 5 minutes.
- [Updates billing information](https://account-management-api.net2grid.com/reference/putbillinginfo.md)
- [Returns the billing information](https://account-management-api.net2grid.com/reference/getbillinginfo.md)
## Changelog
- [v3.22.0](https://account-management-api.net2grid.com/changelog/v3220.md)
- [v3.16.0](https://account-management-api.net2grid.com/changelog/v3160.md)
- [Introducing AM-API Changelog](https://account-management-api.net2grid.com/changelog/am-api-changelog.md)