info: name: Sync Markup - URL Path Token type: http seq: 1 http: method: POST url: '{{base_url}}/sync/kobo/{{kobo_device_token}}/markup' auth: none body: type: json jsonBody: "{\n \"ReadingSync\": [\n {\n \"ContentId\": \"book-uuid\"\ ,\n \"PercentRead\": 45.6,\n \"EntitlementId\": \"entitlement-id\"\ ,\n \"RemainingTimeMinutes\": 120,\n \"FirstReadTime\": \"2026-01-25T10:00:00Z\"\ ,\n \"LastModified\": \"2026-01-30T20:00:00Z\"" headers: - key: Content-Type value: application/json docs: |- ## Sync Reading Progress - URL Path Token Synchronizes reading progress from Kobo device using token in URL path. **Method:** POST **Endpoint:** /sync/kobo/{kobo_device_token