# Get Account Information **GET /account** Retrieves your account information. This endpoint allows you to manage various user details, including contact information and account security. - Use the `GET` method to retrieve your account information. - Use the `POST` method to update your stored contact and billing information. ## Servers - Live API Endpoint: https://my.interserver.net/apiv2 (Live API Endpoint) ## Authentication methods - Api key auth - Session id header auth - Session id cookie auth ## Parameters ## Responses ### 200 Your account information. #### Body: application/json (object) - **custid** (string) - **ima** (string) - **data** (object) - **ip** (string) - **oauthproviders** (object) - **oauthconfig** (object) - **oauthadapters** (array[string]) - **limits** (array[object]) - **language** (string) - **countryCurrencies** (object) - **enableLocales** (boolean) - **enableCurrencies** (boolean) - **gravatar** (string) ### 401 Unauthorized #### Body: application/json (object) - **code** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)