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

Security
bearer
Path
idstringrequired
curl -i -X GET \
  'https://docs.api.nowatch.tech/_mock/apis/v1/user/export/{id}/result' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Request

Security
bearer
curl -i -X GET \
  https://docs.api.nowatch.tech/_mock/apis/v1/user/admin/all \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Bodyapplication/jsonArray [
idstringrequired
Example: "uid_69954cbc5ef58c2b4a140903bceed6c0NYBoQ803kphGz89qu9KsaXtlJVdF56KNYVf1fh5d8UKls1Hn4v1/M/MzM058S8Ec"
emailstringrequired
Example: "spongebob@bikinibottom.com"
firstNamestringrequired
Example: "Sponge Bob"
lastNamestringrequired
Example: "Squarepants"
isEarlyAccessbooleanrequired
Example: true
genderstringrequired
Enum"FEMALE""MALE""OTHER"
Example: "MALE"
watchHandstringrequired
Enum"LEFT""RIGHT""MIXED"
Example: "RIGHT"
dominantHandstringrequired
Enum"LEFT""RIGHT""MIXED"
Example: "RIGHT"
heightnumberrequired
Example: 10
weightnumberrequired

Weight in kg

Example: 0.028
dateOfBirthstring(date-time)required
Example: "1986-07-14T00:00:00.000Z"
isAdminbooleanrequired

Whether the user is an admin

Example: true
unitstringrequired
Enum"METRIC""IMPERIAL"
Example: "METRIC"
employeebooleanrequired
Example: true
lastSyncAtstring(date-time)required

Last time data was synchronized from mobile app

Example: "2024-01-01T12:00:00.000Z"
]
Response
application/json
[ { "id": "uid_69954cbc5ef58c2b4a140903bceed6c0NYBoQ803kphGz89qu9KsaXtlJVdF56KNYVf1fh5d8UKls1Hn4v1/M/MzM058S8Ec", "email": "spongebob@bikinibottom.com", "firstName": "Sponge Bob", "lastName": "Squarepants", "isEarlyAccess": true, "gender": "MALE", "watchHand": "RIGHT", "dominantHand": "RIGHT", "height": 10, "weight": 0.028, "dateOfBirth": "1986-07-14T00:00:00.000Z", "isAdmin": true, "unit": "METRIC", "employee": true, "lastSyncAt": "2024-01-01T12:00:00.000Z" } ]

Request

Security
bearer
curl -i -X GET \
  https://docs.api.nowatch.tech/_mock/apis/v1/user/admin/beta/all \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Bodyapplication/jsonArray [
idstringrequired
Example: "uid_69954cbc5ef58c2b4a140903bceed6c0NYBoQ803kphGz89qu9KsaXtlJVdF56KNYVf1fh5d8UKls1Hn4v1/M/MzM058S8Ec"
emailstringrequired
Example: "spongebob@bikinibottom.com"
firstNamestringrequired
Example: "Sponge Bob"
lastNamestringrequired
Example: "Squarepants"
isEarlyAccessbooleanrequired
Example: true
genderstringrequired
Enum"FEMALE""MALE""OTHER"
Example: "MALE"
watchHandstringrequired
Enum"LEFT""RIGHT""MIXED"
Example: "RIGHT"
dominantHandstringrequired
Enum"LEFT""RIGHT""MIXED"
Example: "RIGHT"
heightnumberrequired

Height in cm (integer)

Example: 180
weightnumberrequired

Weight in kg (integer)

Example: 80
dateOfBirthstring(date-time)required
Example: "1986-07-14T00:00:00.000Z"
unitstringrequired
Enum"METRIC""IMPERIAL"
Example: "METRIC"
employeebooleanrequired
Example: true
lastSyncAtstring(date-time)required

Last time data was synchronized from mobile app

Example: "2024-01-01T12:00:00.000Z"
datetimeRequestedstring(date-time)required

Datetime when the beta request was made

betaLastUpdatedstring(date-time)required

Datetime when the beta request was last updated

statusstringrequired

Status of the beta request

]
Response
application/json
[ { "id": "uid_69954cbc5ef58c2b4a140903bceed6c0NYBoQ803kphGz89qu9KsaXtlJVdF56KNYVf1fh5d8UKls1Hn4v1/M/MzM058S8Ec", "email": "spongebob@bikinibottom.com", "firstName": "Sponge Bob", "lastName": "Squarepants", "isEarlyAccess": true, "gender": "MALE", "watchHand": "RIGHT", "dominantHand": "RIGHT", "height": 180, "weight": 80, "dateOfBirth": "1986-07-14T00:00:00.000Z", "unit": "METRIC", "employee": true, "lastSyncAt": "2024-01-01T12:00:00.000Z", "datetimeRequested": "2019-08-24T14:15:22Z", "betaLastUpdated": "2019-08-24T14:15:22Z", "status": "string" } ]

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