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

Organize forms into groups and share groups with subusers.

123FormBuilder Groups 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 Groups. 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 7 operations across 5 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.

7 operations 5 paths 1 schemas 3 GET3 POST1 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 Groups 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 7

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

Groups 7

Organize forms into groups and share groups with subusers.

GET
/groups
Get All User Groups
groups-get-all-user-groups 3 params → 200400401
POST
/groups
Create a New Group
groups-create-a-new-group body → 201400401422
GET
/groups/{group_id}
Get Group Details
groups-get-group-details 2 params → 200400401403
PUT
/groups/{group_id}
Update Group Data
groups-update-group-data 1 param body → 200400401403422
GET
/groups/{group_id}/forms
Get All Forms in a Group
groups-get-all-forms-in-a-group 2 params → 200400401403
POST
/groups/{group_id}/share
Share a Group with a User
groups-share-a-group-with-a-user 1 param body → 200400401403422
POST
/groups/{group_id}/unshare
Unshare a Group From a User
groups-unshare-a-group-from-a-user 1 param body → 201400401403422

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-groups-api-openapi.yml Raw ↑

Other APIs 123FormBuilder publishes across the network.

123FormBuilder Accounts API
123FormBuilder Forms API
123FormBuilder Login API
123FormBuilder Users API