Docs API v1.4
Dashboard

Changelog

The Docs API API evolves additively. New fields and endpoints are introduced without breaking existing integrations. Subscribe to the Dashboard to receive release notes by email.

May 19, 2025 — v1.4 #

  • Added the status filter to GET /v1/resources.
  • Added restricted API keys with per-scope permissions.
  • Improved list pagination performance for accounts with large datasets.

February 3, 2025 — v1.3 #

  • Added the metadata object to resources, supporting up to 50 key-value pairs.
  • Added the Idempotency-Key header to all write endpoints.
  • Fixed a case where created timestamps could be off by one second under heavy load.

November 12, 2024 — v1.2 #

  • Added webhook endpoints for resource.created and resource.updated events.
  • Improved error messages to include the offending param field.

August 27, 2024 — v1.1 #

  • Added cursor-based pagination via starting_after on all list endpoints.
  • Deprecated offset-based pagination; it remains available until the next major version.

June 4, 2024 — v1.0 #

  • Initial general availability of the Docs API API, including the full Resources lifecycle.
  • Official Node.js and Python client libraries published.