Skip to content

NOWATCH API (0.9.0)

The NOWATCH API

Download OpenAPI description
Overview
Languages
Servers
Mock server

https://docs.api.nowatch.tech/_mock/apis/

https://docs.api.nowatch.tech/nowatch/

Operations
Operations

Request

For extra context visit: User Settings Context

Security
bearer
Bodyapplication/jsonrequired
settingsobjectrequired

User settings object

curl -i -X PUT \
  https://docs.api.nowatch.tech/_mock/apis/v1/user/settings \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "settings": {}
  }'

Responses

User settings object and extra information

Bodyapplication/json
settingsobjectrequired

User settings object

Example: {"theme":"light","language":"en"}
createdAtstring(date-time)required

Creation timestamp

Example: "2024-03-20T12:00:00Z"
updatedAtstring(date-time)required

Last update timestamp

Example: "2024-03-20T12:00:00Z"
Response
application/json
{ "settings": { "theme": "light", "language": "en" }, "createdAt": "2024-03-20T12:00:00Z", "updatedAt": "2024-03-20T12:00:00Z" }

Request

Security
bearer
Query
start_daystringrequired

Start day (inclusive) in YYYY-MM-DD format

Example: start_day=2025-01-01
end_daystringrequired

End day (inclusive) in YYYY-MM-DD format

Example: end_day=2025-01-31
typesArray of strings

Comma-separated list of data types to export. If not provided, all data types will be exported.

encryptedUserIdsArray of strings

Optional array of encrypted user IDs to export data for. The requesting user must have sharing permissions with these users.

Example: encryptedUserIds=encrypted_user_id_1&encryptedUserIds=encrypted_user_id_2
curl -i -X GET \
  'https://docs.api.nowatch.tech/_mock/apis/v1/user/export?start_day=2025-01-01&end_day=2025-01-31&types=string&encryptedUserIds=encrypted_user_id_1%2Cencrypted_user_id_2' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Stream file download

Response
No content

Request

Security
bearer
Query
start_daystringrequired

Start day (inclusive) in YYYY-MM-DD format

Example: start_day=2025-01-01
end_daystringrequired

End day (inclusive) in YYYY-MM-DD format

Example: end_day=2025-01-31
typesArray of strings

Comma-separated list of data types to export. If not provided, all data types will be exported.

encryptedUserIdsArray of strings

Optional array of encrypted user IDs to export data for. The requesting user must have sharing permissions with these users.

Example: encryptedUserIds=encrypted_user_id_1&encryptedUserIds=encrypted_user_id_2
curl -i -X POST \
  'https://docs.api.nowatch.tech/_mock/apis/v1/user/export/create?start_day=2025-01-01&end_day=2025-01-31&types=string&encryptedUserIds=encrypted_user_id_1%2Cencrypted_user_id_2' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Export created

Bodyapplication/json
any
Response
application/json
{ "id": "uuid" }

firmware

Firmware updates and downloads

Operations

admin-firmware

Admin firmware management

Operations

measurement

Time series health data (heart rate, temperature, activity, etc.)

Operations

insight

User insights, feedback, and reflections

Operations
Operations

checkin

User check-ins and wellness tracking

Operations
Operations

day-feedback

Daily feedback and mood tracking

Operations
Operations

activity

Sessions wrapper for activities

Operations

intention

Sessions wrapper for intentions

Operations

statistics

Aggregated health statistics

Operations

sharing

Manage sharing your data with other people

Operations

shared

Manage other people's data shared with you

Operations

telemetry

Application telemetry data (spans, metrics, logs)

Operations