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

Hubflo form API

The form API from Hubflo — 17 operation(s) for form.

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

Tagged areas include form. 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 26 operations across 17 paths, and defines 5 schemas. It is described by OpenAPI 3.0.1, at version v2.

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

26 operations 17 paths 5 schemas 1 DELETE14 GET4 PATCH7 POST

Metadata

The identity and technical contract details declared by the specification.

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

Authentication & Security 1

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

Paths & Operations 26

Across 17 paths, the API surfaces 26 operations — 1 DELETE, 14 GET, 4 PATCH, 7 POST. Each is listed below with its method, path, parameters, and response codes.

form 26
GET
/api/v2/forms/{form_id}/answers
Retrieves the answers
6 params → 200401404429
GET
/api/v2/forms/{form_id}/answers/{id}
Retrieves an answer
2 params → 200401404429
GET
/api/v2/forms/{form_id}/assignments
Retrieves the assignments
4 params → 200401404429
POST
/api/v2/forms/{form_id}/assignments
Creates an assignment
1 param body → 201401404429
GET
/api/v2/forms/{form_id}/assignments/{id}
Retrieves an assignment
2 params → 200401404429
GET
/api/v2/forms/{form_id}/items/{item_id}/condition_group
Retrieves the condition group
2 params → 200401404429
POST
/api/v2/forms/{form_id}/items/{item_id}/condition_group
Creates a condition group
2 params body → 201400401404429
PATCH
/api/v2/forms/{form_id}/items/{item_id}/condition_group
Updates a condition group
2 params body → 200400401404429
GET
/api/v2/forms/{form_id}/items/{item_id}/conditions
Retrieves the items
4 params → 200401404429
POST
/api/v2/forms/{form_id}/items/{item_id}/conditions
Creates a condition
2 params body → 201400401404422429
PATCH
/api/v2/forms/{form_id}/items/{item_id}/conditions/{id}
Updates a condition
3 params body → 200400401404422429
DELETE
/api/v2/forms/{form_id}/items/{item_id}/conditions/{id}
Deletes a condition
3 params → 204401429
GET
/api/v2/forms
Retrieves the forms
2 params → 200401429
POST
/api/v2/forms
Creates a form
body → 201401422429
GET
/api/v2/forms/{id}
Retrieves a form
1 param → 200401404429
PATCH
/api/v2/forms/{id}
Updates a form
1 param body → 200401404422429
GET
/api/v2/forms/{form_id}/items
Retrieves the items
3 params → 200401404429
GET
/api/v2/forms/{form_id}/items/{id}
Retrieves an item
2 params → 200401404429
POST
/api/v2/forms/{form_id}/questions
Creates a question in a form
1 param body → 201401404422429
GET
/api/v2/forms/{form_id}/sections
Retrieves the sections
3 params → 200401404429
POST
/api/v2/forms/{form_id}/sections
Creates a section
1 param body → 201401404429
GET
/api/v2/forms/{form_id}/sections/{id}
Retrieves a section
2 params → 200401404429
PATCH
/api/v2/forms/{form_id}/sections/{id}
Updates a section
2 params body → 200401404422429
GET
/api/v2/forms/{form_id}/submissions
Retrieves the submissions
5 params → 200401404429
GET
/api/v2/forms/{form_id}/submissions/{id}
Retrieves a submission
2 params → 200401404429
POST
/api/v2/forms/{form_id}/titles
Creates a title in a form
1 param body → 201401404429

Schemas 5

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

error_not_found
object
A response describing a not found error
3 properties 3 required
error_bad_request
object
A response describing a bad request error
3 properties 3 required
error_too_many_requests
object
A response describing a rate limit error
3 properties 3 required
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

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hubflo-form-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 invoice API
Hubflo invoicing_profile API
Hubflo item API
Hubflo member API
Hubflo message API