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 Pack Configurations API

Pack configurations control fine grained access, scopes, feature sets, shareability of docs with installed Packs, and more settings.

Coda Project Pack Configurations 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 Pack Configurations. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 13 operations across 6 paths, and defines 34 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.

13 operations 6 paths 34 schemas 3 DELETE5 GET2 POST3 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 Pack Configurations 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 13

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

Pack Configurations 13

Pack configurations control fine grained access, scopes, feature sets, shareability of docs with installed Packs, and more settings.

GET
/organizations/{organizationId}/packs/requests
List Pack requests for an organization
listOrganizationPackRequests 4 params → 200400401403404429
GET
/organizations/{organizationId}/packs/configurations
List Pack configurations for an organization
listOrganizationPackConfigurations 5 params → 200400401403404429
POST
/organizations/{organizationId}/packs/configurations
Adds Pack configuration
addOrganizationPackConfiguration 1 param body → 200400401403404429
GET
/organizations/{organizationId}/packs/configurations/{packConfigurationId}
Get a Pack configuration
getOrganizationPackConfiguration 2 params → 200400401403404429
PUT
/organizations/{organizationId}/packs/configurations/{packConfigurationId}
Updates a Pack configuration
updateOrganizationPackConfiguration 2 params body → 200400401403404429
DELETE
/organizations/{organizationId}/packs/configurations/{packConfigurationId}
Delete the given Pack configuration
deleteOrganizationPackConfiguration 2 params → 200400401403404429
GET
/organizations/{organizationId}/packs/configurations/{packConfigurationId}/permissions
List permissions assigned to a Pack configuration
listOrganizationPackConfigurationPermissions 4 params → 200400401403404429
POST
/organizations/{organizationId}/packs/configurations/{packConfigurationId}/permissions
Adds a permission to use a Pack configuration
addOrganizationPackConfigurationPermission 2 params body → 200400401403404429
PUT
/organizations/{organizationId}/packs/configurations/{packConfigurationId}/permissions
Replaces the permissions to use a Pack configuration
setOrganizationPackConfigurationPermissions 2 params body → 200400401403404429
DELETE
/organizations/{organizationId}/packs/configurations/{packConfigurationId}/permissions/{packConfigurationPermissionId}
Delete the given Pack configuration permission
deleteOrganizationPackConfigurationPermission 3 params → 200400401403404429
GET
/organizations/{organizationId}/packs/configurations/{packConfigurationId}/oauth
Gets OAuth configuration metadata
getOrganizationPackConfigurationOauthMetadata 2 params → 200400401403404429
PUT
/organizations/{organizationId}/packs/configurations/{packConfigurationId}/oauth
Sets OAuth configuration metadata
setOrganizationPackConfigurationOauthMetadata 2 params body → 200400401403404429
DELETE
/organizations/{organizationId}/packs/configurations/{packConfigurationId}/oauth
Removes OAuth configuration metadata
deleteOrganizationPackConfigurationOauthMetadata 2 params → 200400401403404429

Schemas 34

The contract defines 34 schemas that model the data the API accepts and returns. The most detailed are PackConfiguration (12 properties), PackRequest (9 properties), PackConfigurationPermission (5 properties), UpdatePackConfigurationOauthConfigRequest (4 properties). Each schema is shown below with its type and property counts.

PackConfigurationType
string
Determines the type of Pack configuration.
PackConfiguration
object
Info about a Pack configuration.
12 properties 10 required
BroadestSharedWith
string
Broadest type of principal a Pack configuration is shared with.
AnyonePrincipal
object
1 property 1 required
AddedGroupPrincipal
object
2 properties 2 required
PackConfigurationList
object
List of Pack configurations.
3 properties 1 required
AddedDomainPrincipal
object
2 properties 2 required
GroupPrincipal
object
3 properties 3 required
AddPackConfigurationRequest
object
Payload for a request to add a Pack configuration.
3 properties 3 required
Policy
object
The Pack configuration policy that governs connection details and Pack resources that a principal is allowed to use. It also defines if doc sharing permissions…
DomainPrincipal
object
2 properties 2 required
UpdatePackConfigurationOauthConfigRequest
object
Request to set the OAuth configuration associated with a Pack configuration.
4 properties
DeletePackConfigurationResponse
object
Response indication a request to delete a Pack configuration was successful.
NextPageLink
string
If specified, a link that can be used to fetch the next page of results.
UpdatePackConfigurationRequest
object
Payload for a request to update a Pack configuration.
2 properties
PackRequest
object
Info about a Pack request.
9 properties 5 required
AddedEmailPrincipal
object
2 properties 2 required
PackConfigurationOauthConfigMetadata
object
Info about a OAuth configuration associated with a Pack configuration.
4 properties 4 required
AddedPrincipal
Metadata about a principal to add to a doc.
DeletePackConfigurationOauthConfigResult
object
The result of deleting OAuth configuration metadata associated with a Pack configuration.
PackConfigurationPermission
object
A specific permission granted to a principal allowing use of or the ability to edit a Pack configuration.
5 properties 5 required
AddedWorkspacePrincipal
object
2 properties 2 required
AddedAnyonePrincipal
object
1 property 1 required
PackConfigurationAcl
object
Paginated list of PackConfigurationPermissions.
3 properties 1 required
SetPackConfigurationPermissionsResponse
object
The result of settings a Pack configuration's permissions.
1 property 1 required
Principal
Metadata about a principal.
EmailPrincipal
object
2 properties 2 required
SetPackConfigurationPermissionsRequest
object
Payload for setting a Pack configuration's permissions.
1 property 1 required
PackRequestList
object
List of Pack requests.
3 properties 1 required
Pack
object
Info about a Pack.
3 properties 3 required
AddPackConfigurationPermissionRequest
object
Payload for granting a new Pack configuration permission.
1 property 1 required
WorkspacePrincipal
object
2 properties 2 required
NextPageToken
string
If specified, an opaque token used to fetch the next page of results.
DeletePackConfigurationPermissionResponse
object
The result of deleting a Pack configuration permission.

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

coda-project-pack-configurations-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 Pack Configurations 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.