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
statusfilter toGET /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
metadataobject to resources, supporting up to 50 key-value pairs. - Added the
Idempotency-Keyheader to all write endpoints. - Fixed a case where
createdtimestamps could be off by one second under heavy load.
November 12, 2024 — v1.2 #
- Added webhook endpoints for
resource.createdandresource.updatedevents. - Improved error messages to include the offending
paramfield.
August 27, 2024 — v1.1 #
- Added cursor-based pagination via
starting_afteron 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.