Coda Project Legal Holds API

Legal holds are used to ensure a given set of docs cannot be deleted and enables simplified export management of doc content.

Operations 12

GET /organizations/{organizationId}/legalHolds List legal holds #
POST /organizations/{organizationId}/legalHolds Create a new legal hold #
GET /organizations/{organizationId}/legalHolds/{legalHoldId} Get legal hold #
PUT /organizations/{organizationId}/legalHolds/{legalHoldId} Update legal hold #
DELETE /organizations/{organizationId}/legalHolds/{legalHoldId} Delete the legal hold #
GET /organizations/{organizationId}/legalHolds/{legalHoldId}/docs List docs covered by the legal hold #
GET /organizations/{organizationId}/legalHolds/{legalHoldId}/exports List exports for the legal hold #
POST /organizations/{organizationId}/legalHolds/{legalHoldId}/exports Create a new legal hold export #
GET /organizations/{organizationId}/legalHolds/{legalHoldId}/exports/{legalHoldExportId} Get legal hold export #
DELETE /organizations/{organizationId}/legalHolds/{legalHoldId}/exports/{legalHoldExportId} Delete the legal hold export #
GET /organizations/{organizationId}/legalHolds/{legalHoldId}/users List users included in the legal hold #
POST /organizations/{organizationId}/legalHolds/{legalHoldId}/users Update legal hold users #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/coda-project-legal-holds-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

coda-project-legal-holds-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  version: 0.0.2
  title: Superhuman Docs Admin Legal Holds API
  license:
    name: Superhuman Developer Terms
    url: https://docs.superhuman.com/trust/developer
  description: '# Introduction


    The Superhuman Docs Admin API is a RESTful API that allows programmatic access to administrative reports & capabilities within Superhuman Docs (formerly Coda).'
  termsOfService: https://superhuman.com/legal/terms
  contact:
    name: Developer Support
    url: https://superhuman.com/developers
    email: care@superhuman.com
  x-logo:
    url: https://cdn.coda.io/icons/png/color/superhuman-docs-128.png
    backgroundColor: transparent
    altText: Superhuman Docs Admin API
    href: '#'
servers:
- url: https://docs.superhuman.com/apis/admin/v1
  description: Superhuman Docs Admin API (v1)
security:
- Bearer: []
tags:


# --- truncated at 32 KB (55 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/coda-project/refs/heads/main/openapi/coda-project-legal-holds-api-openapi.yml