Version: 1.1.0
Category: webapp
Entity: Timestamp
Base URL: ${webappBaseUrl} (default: http://localhost:8080)
Last Updated: January 1, 2026
| Method | Path | Description | Auth Required |
|---|---|---|---|
| GET | /api/timestamp |
Get current Unix timestamp | No |
/api/timestampGet current Unix timestamp.
webapp-timestampschemas/responses.md#TimestampResponseapplication/jsonRequest: GET http://localhost:8080/api/timestamp
Response:
{
"timestamp": 1704067200,
"iso": "2024-01-01T00:00:00Z"
}
Last Updated: January 1, 2026