Both:
curl -X GET "https://api.limitless.ai/v1/lifelogs" \
-H "X-API-KEY: <key>" \
-H "timezone: America/New_York"
And:
curl -X GET "https://api.limitless.ai/v1/lifelogs" \
-H "X-API-KEY: <key>
Return the same times within the response (eg. startTime in all cases is 2025-10-05T12:37:05+00:00)
Both:
And:
Return the same times within the response (eg.
startTimein all cases is2025-10-05T12:37:05+00:00)