How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Coda Project LegalHolds API

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

Coda Project LegalHolds API is one of 32 APIs that Coda Project publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Legal Holds. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 12 operations across 6 paths, and defines 39 schemas. It is described by OpenAPI 3.2.0, at version 0.0.2.

Requests are made against a single base URL, https://docs.superhuman.com/apis/admin/v1.

12 operations 6 paths 39 schemas 2 DELETE6 GET3 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
0.0.2
Base URL
https://coda.io/apis/v1
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Coda Project LegalHolds API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (UUID) (Bearer). By default, every request must be authenticated.

  • Bearer — The Superhuman Docs Admin API can be accessed using an API token, which can be obtained from [My account](https://docs.superhuman.com/account) in Superhuman Do…

Paths & Operations 12

Across 6 paths, the API surfaces 12 operations — 2 DELETE, 6 GET, 3 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

LegalHolds 12

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

GET
/organizations/{organizationId}/legalHolds
List legal holds
listLegalHolds 4 params → 200400401403404429
POST
/organizations/{organizationId}/legalHolds
Create a new legal hold
addLegalHold 1 param body → 200400401403404429
GET
/organizations/{organizationId}/legalHolds/{legalHoldId}
Get legal hold
getLegalHold 2 params → 200400401403404429
PUT
/organizations/{organizationId}/legalHolds/{legalHoldId}
Update legal hold
updateLegalHold 2 params body → 200400401403404429
DELETE
/organizations/{organizationId}/legalHolds/{legalHoldId}
Delete the legal hold
deleteLegalHold 2 params → 200400401403404429
GET
/organizations/{organizationId}/legalHolds/{legalHoldId}/docs
List docs covered by the legal hold
listLegalHoldDocs 5 params → 200400401403404429
GET
/organizations/{organizationId}/legalHolds/{legalHoldId}/exports
List exports for the legal hold
listLegalHoldExports 5 params → 200400401403404429
POST
/organizations/{organizationId}/legalHolds/{legalHoldId}/exports
Create a new legal hold export
addLegalHoldExport 2 params body → 200400401403404429
GET
/organizations/{organizationId}/legalHolds/{legalHoldId}/exports/{legalHoldExportId}
Get legal hold export
getLegalHoldExport 3 params → 200400401403404429
DELETE
/organizations/{organizationId}/legalHolds/{legalHoldId}/exports/{legalHoldExportId}
Delete the legal hold export
deleteLegalHoldExport 3 params → 200400401403404429
GET
/organizations/{organizationId}/legalHolds/{legalHoldId}/users
List users included in the legal hold
listLegalHoldUsers 4 params → 200400401403404429
POST
/organizations/{organizationId}/legalHolds/{legalHoldId}/users
Update legal hold users
updateLegalHoldUsers 2 params body → 200400401403404429

Schemas 39

The contract defines 39 schemas that model the data the API accepts and returns. The most detailed are Doc (23 properties), LegalHoldExport (14 properties), LegalHold (13 properties), OrgUser (8 properties). Each schema is shown below with its type and property counts.

UpdateLegalHoldRequest
object
Request payload for updating a legal hold.
4 properties
LegalHoldExportState
string
LegalHoldExportList
object
List of legal hold exports.
4 properties 2 required
DocList
object
List of docs.
4 properties 2 required
DeleteLegalHoldResult
object
The result of deleting a legal hold.
AnyonePrincipal
object
1 property 1 required
LegalHoldState
string
LegalHoldList
object
List of legal holds.
4 properties 2 required
LegalHold
object
Info about a legal hold.
13 properties 10 required
AddLegalHoldExportResult
object
The result of creating a legal hold export.
1 property 1 required
UpdateLegalHoldUsersResult
object
The result of updating a legal hold's users.
PermissionCount
Count of permissions.
LegalHoldExport
object
Info about a legal hold export
14 properties 10 required
DocumentAnalytics
object
Metrics for a doc.
5 properties 3 required
GroupPrincipal
object
3 properties 3 required
DeleteLegalHoldExportResult
object
The result of deleting a legal hold export.
OrgUserStatus
string
ExactPermissionCount
object
Exact count of permissions.
2 properties 2 required
LegalHoldUsersList
object
List of legal hold users.
4 properties 2 required
UpdateLegalHoldUsersRequest
object
Request payload for updating a legal hold's users collection.
2 properties
OrgUser
object
Metadata of a user in an organization.
8 properties 4 required
NextPageLink
string
If specified, a link that can be used to fetch the next page of results.
DomainPrincipal
object
2 properties 2 required
AddLegalHoldRequest
object
Request payload for creating a legal hold.
5 properties 3 required
DocSearchHit
object
Details on where the search query appeared in the doc.
2 properties 2 required
AddLegalHoldResult
object
The result of creating a legal hold.
1 property 1 required
AccessType
string
Type of access.
Permission
object
A specific permission granted to a principal.
4 properties 4 required
LegalHoldExportFormat
string
MinPermissionCount
object
Minimum count of permissions.
2 properties 2 required
UpdateLegalHoldResult
object
The result of updating a legal hold.
AddLegalHoldExportRequest
object
Request payload for creating a legal hold export.
3 properties 1 required
Doc
object
Info about a document.
23 properties 8 required
Principal
Metadata about a principal.
EmailPrincipal
object
2 properties 2 required
PermissionsSummary
object
Summary of permissions.
5 properties 5 required
DocType
string
WorkspacePrincipal
object
2 properties 2 required
NextPageToken
string
If specified, an opaque token used to fetch the next page of results.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

coda-project-legalholds-api-openapi.yml Raw ↑

Other APIs Coda Project publishes across the network.

Coda Project Account API
Coda Project Analytics API
Coda Project API Tokens API
Coda Project Automations API
Coda Project Columns API
Coda Project Controls API
Coda Project CustomDocDomains API
Coda Project Doc Export API
Coda Project Doc Permissions API
Coda Project Docs API
Coda Project Events API
Coda Project Folder Permissions API
Where this information came from

This is an independent, third-party profile of Coda Project LegalHolds API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.