# Upload users measurements in a compressed ZIP file This endpoint is used to upload time series data to the backend. The request is a multipart/form-data request with two parts: 1. file: The zipped CSV file containing the time-series data. 2. type: The name of the table the data belongs to. For extra context visit: Measurements Context Endpoint: POST /v1/measurement/upload Version: 0.9.0 Security: bearer ## Request fields (application/json): - `type` (string, required) Enum: "HEART_BEAT", "HEART_RATE", "HEART_RATE_GRAPH", "RESPIRATION_RATE", "RESTING_HEART_RATE", "TEMPERATURE", "ACTIVITY_COUNT", "ACTIVITY_TYPE", "ACTIVITY_CADENCE", "MOTION_GRAPH", "REACTIVITY_GRAPH", "SLEEP_SESSION", "BOSCH_STEP_COUNT", "BOSCH_ACTIVITY_TYPE", "SYSTEM_EVENTS", "SKIN_CONDUCTANCE", "RAW_ACCEL", "RAW_ADC", "RAW_PPG_GREEN", "RAW_PPG_AMBIENT", "RAW_PPG_SINGLE_GREEN", "RAW_PPG_SINGLE_AMBIENT", "RAW_SKIN_CONDUCTANCE", "NOWATCH_ACTIVITY_TYPE", "REACTIVITY_PEAKS", "STEPS_GRAPH", "INTERBEAT_INTERVAL" ## Response 200 fields (application/json): - `status` (string) Enum: "success" ## Response 400 fields (application/json): - `timestamp` (string) - `path` (string) - `message` (array) - `statusCode` (number) ## Response 401 fields (application/json): - `timestamp` (string) - `path` (string) - `message` (array) - `statusCode` (number) ## Response 500 fields (application/json): - `timestamp` (string) - `path` (string) - `message` (array) - `statusCode` (number)