developers  · docsAccount
Ottieni il tuo token
Policy · Changelog

Changelog & policy

Le voci del changelog sono in inglese.

Le modifiche all'API pubblica — e come versioniamo e ritiriamo.

Never-expiring personal access tokens

9 agosto 2026

  • POST /v3/users/me/tokens accepts "expiresInDays": null for a never-expiring token (up to now: 1–365 days). The token list marks these with expiresAt: null.

Usage endpoint and fair-use reference

9 agosto 2026

  • New GET /v3/users/me/usage: requests today / this month, the rate-limit window and per-token 30-day counters.
  • The response carries fairUse.monthlyReference — the soft monthly fair-use guide (currently 3,000 requests/month; display-only).

Webhook topics, list filters, pause/resume and creation pings

9 agosto 2026

  • Webhooks can now subscribe to topics: list.changed (default), item.added, item.removed, item.checked, list.members.changed — plus an optional listIds filter (up to 50 lists).
  • Deliveries carry PON-Event and a documented JSON body (event, listId, cursor, at).
  • Registration now pings the URL synchronously; endpoints that don’t answer 2xx are rejected with 422 WEBHOOK_UNREACHABLE.
  • Circuit breaker: 20 consecutive failed deliveries auto-pause a webhook; PATCH /v3/webhooks/{id} resumes it, POST /v3/webhooks/{id}/pings sends a test delivery.