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 Actions API

The Actions API from Hive — 9 operation(s) for actions.

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

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

This API exposes 13 operations across 9 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.

13 operations 9 paths 0 schemas 1 DELETE6 GET5 POST1 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 Actions 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 13

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

Actions 13
POST
/actions
Create an action (task)
createAction → 201
GET
/actions/{actionId}
Get an action
getAction 1 param → 200
PUT
/actions/{actionId}
Update an action
updateAction 1 param → 200
DELETE
/actions/{actionId}
Delete an action
deleteAction 1 param → 204
GET
/actions/{actionId}/attachments
List attachments for an action
listActionAttachments 1 param → 200
POST
/actions/{actionId}/attachments
Add an attachment to an action
addActionAttachment 1 param → 201
GET
/actions/{actionId}/attachments/{attachmentId}
Get an action attachment
getActionAttachment 2 params → 200
GET
/actions/{actionId}/comments
List comments on an action
listActionComments 1 param → 200
POST
/actions/{actionId}/comments
Add a comment to an action
createActionComment 1 param → 201
GET
/actions/{actionId}/action_history
Get the action history
getActionHistory 1 param → 200
GET
/actions/{actionId}/subactions
List subactions
listSubactions 1 param → 200
POST
/actions/{actionId}/apply_template
Apply a template to an action
applyTemplateToAction 1 param → 200
POST
/actions/bulk-update
Bulk update actions
bulkUpdateActions → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hive-actions-api-openapi.yml Raw ↑

Other APIs Hive publishes across the network.

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