Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Hive Projects API

The Projects API from Hive — 6 operation(s) for projects.

Hive Projects API is one of 13 APIs that Hive publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 10 operations across 6 paths. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://app.hive.com/api/v1.

10 operations 6 paths 0 schemas 2 DELETE3 GET3 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://app.hive.com/api/v1
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Hive Projects API declares 1 security scheme for authenticating requests. An API key is passed in the header as api_key (ApiKeyAuth). By default, every request must be authenticated.

  • ApiKeyAuth — Workspace-scoped API token issued from Hive admin settings.

Paths & Operations 10

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

Projects 10
GET
/projects
List projects
listProjects → 200
POST
/projects
Create a project
createProject → 201
GET
/projects/{projectId}
Get a project
getProject 1 param → 200
PUT
/projects/{projectId}
Update a project
updateProject 1 param → 200
DELETE
/projects/{projectId}
Delete a project
deleteProject 1 param → 204
POST
/projects/copy
Copy a project
copyProject → 201
GET
/projects/{projectId}/users
List project users
listProjectUsers 1 param → 200
POST
/projects/{projectId}/project_custom_field
Create a project custom field
createProjectCustomField 1 param → 201
PUT
/projects/{projectId}/project_custom_field/{fieldId}
Update a project custom field
updateProjectCustomField 2 params → 200
DELETE
/projects/{projectId}/project_custom_field/{fieldId}
Delete a project custom field
deleteProjectCustomField 2 params → 204

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hive-projects-api-openapi.yml Raw ↑

Other APIs Hive publishes across the network.

Hive Public API
Hive Actions API
Hive Agile Sprints API
Hive Dashboard Widgets API
Hive Form Submissions API
Hive Messages API
Hive Resource Assignments API
Hive Teams API
Hive Users API
Hive Webhooks API
Hive Workflows API
Hive Workspaces API