# Insert data into your local Health Connect store **PUT /api/v2/push/{method}** Insert data into your local Health Connect store. This method does not add the data to the HCGateway database. This method is only used to push data to your local Health Connect store. This is so you can sync + fetch to verify the record has been added. ## Servers - https://api.hcgateway.shuchir.dev: https://api.hcgateway.shuchir.dev () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **method** (string) Can be one of the following: activeCaloriesBurned, basalBodyTemperature, basalMetabolicRate, bloodGlucose, bloodPressure, bodyFat, bodyTemperature, boneMass, cervicalMucus, distance, exerciseSession, elevationGained, floorsClimbed, heartRate, height, hydration, leanBodyMass, menstruationFlow, menstruationPeriod, nutrition, ovulationTest, oxygenSaturation, power, respiratoryRate, restingHeartRate, sleepSession, speed, steps, stepsCadence, totalCaloriesBurned, vo2Max, weight, wheelchairPushes ### Body: application/json (object) - **data** (array[object]) The record to push. This can be an object or array of objects. See https://developer.android.com/reference/kotlin/androidx/health/connect/client/records/package-summary#classes for each data type's object structure. ## Responses ### 200 #### Body: application/json (object) - **success** (boolean) Sucessfully sent the data or not - **message** (string) A confirmation message. [Powered by Bump.sh](https://bump.sh)