Skip to main content
POST
/
api
/
v1
/
scale
/
measurements
Ingest a scale measurement
curl --request POST \
  --url http://localhost:3000/api/v1/scale/measurements \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "message": "<string>",
  "data": {}
}

Authorizations

Authorization
string
header
required

JWT obtained from POST /api/v1/auth/login.

Body

application/json

The body is of type object.

Response

Created

message
string
data
object