# Create account **POST /v1/accounts** Creates a new account with the given data ## Servers - https://api.aptrinsic.com: https://api.aptrinsic.com () ## Parameters ### Body: application/json (object) Account data - **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 - **propertyKeys** (array[string]) Aptrinsic Tag Key, at least one is required - **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) ## Responses ### 201 Created Account #### Body: */* (object) - **body** (object) - **statusCode** (string) - **statusCodeValue** (integer(int32)) ### 400 Bad request, possible duplicate ### 401 Unauthorized or bad API Key ### 429 Rate limit exceeded [Powered by Bump.sh](https://bump.sh)