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

123FormBuilder Forms API

Create, list, read, update, and delete forms, fields, and submissions.

123FormBuilder Forms API is one of 5 APIs that 123FormBuilder publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 12 JSON Schema definitions.

Tagged areas include Forms. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, a getting-started guide, rate-limit docs, and 12 JSON Schemas.

This API exposes 11 operations across 6 paths, and defines 1 schema. It is described by OpenAPI 3.0.3, at version 2.0.0.

Requests are made against 2 base URLs: https://api.123formbuilder.com/v2, https://eu-api.123formbuilder.com/v2.

11 operations 6 paths 1 schemas 3 DELETE5 GET1 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.0.0
Base URL
https://api.123formbuilder.com/v2
Authentication
API Key
Resource Areas
1

Authentication & Security 1

123FormBuilder Forms API declares 1 security scheme for authenticating requests. An API key is passed in the query as JWT (JWTQuery). By default, every request must be authenticated.

  • JWTQuery — JWT token obtained from POST /token, supplied as the JWT query parameter.

Paths & Operations 11

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

Forms 11

Create, list, read, update, and delete forms, fields, and submissions.

GET
/forms
List Forms
forms-list-forms 4 params → 200400401
POST
/forms
Create a New Form
forms-create-a-new-form body → 201400401403422
DELETE
/forms/bulk
Delete Multiple Forms
forms-delete-multiple-forms body → 200400403
GET
/forms/{form_id}
Get Form Details
forms-get-form-details 2 params → 200400401403
PUT
/forms/{form_id}
Update Form Details
forms-update-form-details 2 params body → 200400401403422
DELETE
/forms/{form_id}
Delete a Form
forms-delete-a-form 1 param body → 200400403404
GET
/forms/{form_id}/fields
Get Form Fields
forms-get-form-fields 2 params → 200400401403
GET
/forms/{form_id}/submissions
Get Submissions
forms-get-submissions 7 params → 200400401403
GET
/forms/{form_id}/submissions/{submission_id}
Get Submission Details
forms-get-submission-details 4 params → 200400401403
PUT
/forms/{form_id}/submissions/{submission_id}
Update Submission
forms-update-submission 5 params → 200400401403
DELETE
/forms/{form_id}/submissions/{submission_id}
Delete One Form Submission
forms-delete-one-form-submission 3 params → 200400401403

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Error (1 property). Each schema is shown below with its type and property counts.

Error
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

123formbuilder-forms-api-openapi.yml Raw ↑

Other APIs 123FormBuilder publishes across the network.

123FormBuilder Accounts API
123FormBuilder Groups API
123FormBuilder Login API
123FormBuilder Users API