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

Hubflo workspace API

The workspace API from Hubflo — 24 operation(s) for workspace.

Hubflo workspace API is one of 28 APIs that Hubflo publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Workspace. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, and authentication docs.

This API exposes 41 operations across 24 paths, and defines 4 schemas. It is described by OpenAPI 3.2.0, at version v2.

Requests are made against 3 base URLs: https://app.hubflo.com, https://staging.hubflo.com, http://localhost:3000.

41 operations 24 paths 4 schemas 5 DELETE20 GET5 PATCH11 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v2
Base URL
https://app.hubflo.com/api/v2
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Hubflo workspace API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearer_auth).

Paths & Operations 41

Across 24 paths, the API surfaces 41 operations — 5 DELETE, 20 GET, 5 PATCH, 11 POST. Each is listed below with its method, path, parameters, and response codes.

workspace 41
POST
/api/v2/workspaces/{workspace_id}/archive
Archives a workspace
1 param → 201401404429
DELETE
/api/v2/workspaces/{workspace_id}/archive
Unarchives a workspace
1 param → 200401404429
GET
/api/v2/workspaces/{workspace_id}/contacts
Retrieves the contacts for a workspace
3 params → 200401404429
GET
/api/v2/workspaces/{workspace_id}/contacts/{id}
Retrieves a contact for a workspace
2 params → 200401404429
DELETE
/api/v2/workspaces/{workspace_id}/contacts/{id}
Removes a contact from a workspace
2 params → 204401404429
POST
/api/v2/workspaces/{workspace_id}/default
Sets a workspace template as the default
1 param → 201401404429
GET
/api/v2/workspaces/{workspace_id}/embeds
Retrieves the embeds for a workspace
3 params → 200401404429
POST
/api/v2/workspaces/{workspace_id}/embeds
Creates an embed for a workspace
1 param body → 201401404422429
GET
/api/v2/workspaces/{workspace_id}/embeds/{id}
Retrieves an embed for a workspace
2 params → 200401404429
PATCH
/api/v2/workspaces/{workspace_id}/embeds/{id}
Updates an embed for a workspace
2 params body → 200401404429
GET
/api/v2/workspaces/{workspace_id}/files
Retrieves the files for a workspace
4 params → 200401404429
POST
/api/v2/workspaces/{workspace_id}/files
Creates a file for a workspace
5 params body → 201401404429
GET
/api/v2/workspaces/{workspace_id}/files/{id}
Retrieves a file for a workspace
2 params → 200401404429
PATCH
/api/v2/workspaces/{workspace_id}/files/{id}
Updates a file for a workspace
2 params body → 200401404429
GET
/api/v2/workspaces/{workspace_id}/folders
Retrieves the folders for a workspace
4 params → 200401404429
POST
/api/v2/workspaces/{workspace_id}/folders
Creates a folder for a workspace
1 param body → 201401404422429
GET
/api/v2/workspaces/{workspace_id}/folders/{id}
Retrieves a folder for a workspace
2 params → 200401404429
PATCH
/api/v2/workspaces/{workspace_id}/folders/{id}
Updates a folder for a workspace
2 params body → 200401404429
GET
/api/v2/workspaces/{workspace_id}/invites
Retrieves the invites for a workspace
3 params → 200401429
POST
/api/v2/workspaces/{workspace_id}/invites
Creates an invite for a workspace
1 param body → 201401429
DELETE
/api/v2/workspaces/{workspace_id}/invites/{id}
Deletes an invite for a workspace
2 params → 204401429
GET
/api/v2/workspaces/{workspace_id}/links
Retrieves the links for a workspace
3 params → 200401404429
POST
/api/v2/workspaces/{workspace_id}/links
Creates a link for a workspace
1 param body → 201401404422429
GET
/api/v2/workspaces/{workspace_id}/links/{id}
Retrieves a link for a workspace
2 params → 200401404429
GET
/api/v2/workspaces/{workspace_id}/notes
Retrieves the notes for a workspace
3 params → 200401404429
POST
/api/v2/workspaces/{workspace_id}/notes
Creates a note for a workspace
1 param body → 201401404422429
GET
/api/v2/workspaces/{workspace_id}/notes/{id}
Retrieves a note for a workspace
2 params → 200401404429
GET
/api/v2/workspaces/{workspace_id}/projects
Retrieves the projects for a workspace
3 params → 200401404429
POST
/api/v2/workspaces/{workspace_id}/tasks/{task_id}/items/{item_id}/shortcut
Creates an item shortcut for a task of a workspace
3 params → 201401404429
DELETE
/api/v2/workspaces/{workspace_id}/tasks/{task_id}/items/{item_id}/shortcut
Deletes an item shortcut for a task of a workspace
3 params → 204401404429
GET
/api/v2/workspaces/{workspace_id}/tasks/{task_id}/items
Retrieves the items attached to the given task in the given workspace
4 params → 200401404429
GET
/api/v2/workspaces/{workspace_id}/tasks
Retrieves the tasks for a workspace
6 params → 200401404429
POST
/api/v2/workspaces/{workspace_id}/tasks
Creates a task in a workspace
4 params body → 201
GET
/api/v2/workspaces/{workspace_id}/tasks/{id}
Retrieves a task for a workspace
2 params → 200401404429
PATCH
/api/v2/workspaces/{workspace_id}/tasks/{id}
Updates a task of a workspace
2 params body → 200401404422429
GET
/api/v2/workspaces/templates
Retrieves the workspace templates
3 params → 200401429
GET
/api/v2/workspaces
Retrieves the workspaces
5 params → 200401429
POST
/api/v2/workspaces
Creates a workspace
body → 201401422429
GET
/api/v2/workspaces/{id}
Retrieves a workspace
1 param → 200401404429
PATCH
/api/v2/workspaces/{id}
Updates a workspace
1 param body → 200
DELETE
/api/v2/workspaces/{id}
Deletes a workspace
1 param → 204401429

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are error_too_many_requests (3 properties), error_not_found (3 properties), error_unprocessable_content (3 properties), error_unauthorized (3 properties). Each schema is shown below with its type and property counts.

error_unauthorized
object
A response describing an authentication error
3 properties 3 required
error_unprocessable_content
object
A response describing a validation error
3 properties 3 required
error_not_found
object
A response describing a not found error
3 properties 3 required
error_too_many_requests
object
A response describing a rate limit error
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hubflo-workspace-api-openapi.yml Raw ↑

Other APIs Hubflo publishes across the network.

Hubflo chat_room API
Hubflo comment API
Hubflo company API
Hubflo contact API
Hubflo custom_field API
Hubflo custom_field_value API
Hubflo folder API
Hubflo form API
Hubflo invoice API
Hubflo invoicing_profile API
Hubflo item API
Hubflo member API
Where this information came from

This is an independent, third-party profile of Hubflo workspace 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.