# Get account **GET /v1/accounts/{accountId}** Retrieves the account with the given id ## Servers - https://api.aptrinsic.com: https://api.aptrinsic.com () ## Parameters ### Path parameters - **accountId** (string) Account id ## Responses ### 200 Success #### Body: */* (object) - **id** (string) - **name** (string) - **trackedSubscriptionId** (string) - **sfdcId** (string) - **lastSeenDate** (integer(int64)) - **dunsNumber** (string) - **industry** (string) - **numberOfEmployees** (integer(int32)) - **sicCode** (string) - **website** (string) - **naicsCode** (string) - **plan** (string) - **location** (object) Location object - **numberOfUsers** (integer(int32)) Number of users - **propertyKeys** (array[string]) Aptrinsic Tag Key, at least one is required - **createDate** (integer(int64)) - **lastModifiedDate** (integer(int64)) - **customAttributes** (object) Map of apiName to value - **parentGroupId** (string) Id to group Accounts together - **renewalDate** (integer(int64)) - **healthScore** (integer(int32)) - **gsId** (string) - **nps** (number(float)) - **csm** (string) ### 400 Bad request ### 401 Unauthorized or bad API Key ### 404 Account not found ### 429 Rate limit exceeded [Powered by Bump.sh](https://bump.sh)