curl --request GET \
--url https://api.rewind.rest/v1/health \
--header 'Authorization: Bearer <token>'{
"status": "ok",
"timestamp": "2026-03-18T21:00:00.000Z"
}Returns API health status and current timestamp.
curl --request GET \
--url https://api.rewind.rest/v1/health \
--header 'Authorization: Bearer <token>'{
"status": "ok",
"timestamp": "2026-03-18T21:00:00.000Z"
}Documentation Index
Fetch the complete documentation index at: https://docs.rewind.rest/llms.txt
Use this file to discover all available pages before exploring further.