Developers
V1MeObservations

Most recent observations

GET
/me/observations
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/me/observations"
{  "observations": [    {      "code": "string",      "valueNum": "string",      "unit": "string",      "effectiveAt": "2019-08-24T14:15:22Z",      "source": "string"    }  ]}