Skip to main content
POST
Record a weight

Authorizations

Authorization
string
header
required

An API key from Settings, API keys. It starts with rc_live_.

Path Parameters

id
string
required

The animal's record ID (not its Pet ID).

Body

application/json
weight_grams
integer
required

The weight in whole grams. Convert pounds or kilograms before you send it.

Required range: x >= 1
recorded_on
string<date>

Today, unless you say.

note
string

Response

The reading.

id
string
weight_grams
integer
recorded_on
string<date>
recorded_by_person_id
string | null
note
string | null
created_at
string<date-time>