
Ketomojo
Enable Ketomojo through your Terra dashboard
Select a Wearable

Ketomojo
Connect users to your app
0.  "active_durations_data":{...} 
1.  "calories_data": {...} 
2.  "device_data": {...} 
3.  "distance_data": {...} 
4.  "heart_rate_data": {...} 
5.  "movement_data": {...} 
6.  "position_data": {...} 
Start receiving data from Ketomojo on your app or website
You Can Receive...

When data is available from a Ketomojo device, it will be streamed to you via our webhooks. During your Terra account setup, you'll be prompted to provide a callback URL, allowing Terra to PUSH data using POST requests.
You may also use HTTP requests with your Ketomojo integration in case you wish to request historical data or data over extended periods of time.
Our Ketomojo integration with Terra offers instant data delivery, eliminating the need for periodic requests. Ketomojo notifies Terra whenever new data is available, and we then POST the normalized data to your webhook.
Most HTTP endpoints can take additional parameters start_date and end_date which allow you to request data over a specific period for the given user.

When data is available from a Ketomojo device, it will be streamed to you via our webhooks. During your Terra account setup, you'll be prompted to provide a callback URL, allowing Terra to PUSH data using POST requests.

Our Ketomojo integration with Terra offers instant data delivery, eliminating the need for periodic requests. Ketomojo notifies Terra whenever new data is available, and we then POST the normalized data to your webhook.
Body
Terra API preserves the raw data from the wearable, it just standardizes the units and the json format. It doesn’t augment or change the raw data in any way.
Data is organized into one of 6 data types.
Learn More
Body Payload (JSON)
{
ketone_data: { ... }
glucose_data: { ... }
metadata: { ... }
}
Data can also be sent as a FIT File or with the FHIR Format.
Terra API preserves the raw data from the wearable, it just standardizes the units and the json format. It doesn’t augment or change the raw data in any way.
Data is organized into one of 6 data types.
Learn More
 Webhook
Webhook Firestore
Firestore SQL
SQL Mongo DB
Mongo DB Google Cloud Storage Bucket
Google Cloud Storage Bucket Webhook
Webhook Firestore
Firestore SQL
SQL Mongo DB
Mongo DB Google Cloud Storage Bucket
Google Cloud Storage Bucket AWS S3 Bucket
AWS S3 Bucket AWS Simple Queue Service
AWS Simple Queue Service Kafka
Kafka Supabase
Supabase Azure Blob
Azure Blob AWS S3 Bucket
AWS S3 Bucket AWS Simple Queue Service
AWS Simple Queue Service Kafka
Kafka Supabase
Supabase Azure Blob
Azure BlobSimilar Integrations
These integrations also offer Body data.
Cookie Preferences