developers  · docsConta
Obtém o teu token
Políticas · Changelog

Changelog e políticas

As entradas do changelog estão em inglês.

Alterações à API pública — e como versionamos e descontinuamos.

Never-expiring personal access tokens

9 de agosto de 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 de agosto de 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 de agosto de 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.