Skip to main content
POST
Log a weight for a day

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
weight_kg
number<double>
required
Required range: -1000 < x < 1000
logged_on
string<date>
note
string

Response

id
string<uuid>
required
read-only
created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only
weight_kg
number<double>
required
Required range: -1000 < x < 1000
logged_on
string<date>
note
string