Skip to main content

Oldest Data

Get the timestamp of the oldest data point for the user.

GET
/analytics/oldest
x-api-key<token>

API key used for authentication

In: header

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/analytics/oldest"
{
  "oldestDate": "2023-06-15T00:00:00.000Z"
}
{
  "error": "string",
  "code": "string",
  "details": {}
}