# Create client tag **POST /api/v2/companysettings/clienttags** This endpoint allows users to create a new company client tag. ## Servers - https://api.fincalc.co.uk: https://api.fincalc.co.uk () ## Authentication methods - Bearer auth ## Parameters ## Body parameters Content-type: application/json - **TagName** (string) The name of the client tag. - **TagColour** (string) It must be in the format # followed by exactly 6 hexadecimal digits (e.g. #1a2b3c). - **ExcludeFormattedValues** (string | null) If set to any value, formatted values will be excluded from the response. ## Responses ### 201: Success #### Body Parameters: application/json (object) - **success** (boolean) - **data** (object) ### 403: Permission error. #### Body Parameters: application/json (object) - **success** (boolean) - **message** (string) ### 422: Validation error. #### Body Parameters: application/json (object) - **success** (boolean) - **message** (string) - **data** (object) Example validation error message. [Powered by Bump.sh](https://bump.sh)