# Get client tag **GET /api/v2/companysettings/clienttags/{TagGUID}** This endpoint allows users to retrieve details for a company client tag. ## Servers - https://api.fincalc.co.uk: https://api.fincalc.co.uk () ## Authentication methods - Bearer auth ## Parameters #### Path parameters - **TagGUID** (string(uuid)) The GUID of the client tag to update. #### Query parameters - **ExcludeFormattedValues** (string) If set to any value, formatted values will be excluded from the response. ## Responses ### 200: Success #### Body Parameters: application/json (object) - **success** (boolean) - **data** (object) ### 404: Client tag not found #### Body Parameters: application/json (object) - **success** (boolean) - **message** (string) [Powered by Bump.sh](https://bump.sh)