List a user's notes
The user's notes, most recent first, optionally restricted to a date range. Notes hidden until a future date are only returned to their creator. Responds with 404 if the user does not exist or is not accessible to you.
Authorization
bearer Vekta api key, e.g. Authorization: Bearer vk_...
In: header
Path Parameters
Id of a user you have access to (see GET /users), or the special value me for the user owning the api key
Query Parameters
Inclusive start of the date range (YYYY-MM-DD)
dateInclusive end of the date range (YYYY-MM-DD)
dateResponse Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/users/me/notes"[ { "id": "not_01JK4W2N9XQ3F5H7B8C6D2E9GT", "type": "training", "title": "Race week reminders", "content": "Keep the intensity low and hydrate well.", "date": "2026-08-10", "time": null }]List a user's training prescriptions GET
Workouts planned for the user, most recent first, optionally restricted to a date range. Responds with 404 if the user does not exist or is not accessible to you.
List a user's events GET
The user's planned events and races, most recent first, optionally restricted to a date range. Responds with 404 if the user does not exist or is not accessible to you.