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

Create and update billable accounts.

123FormBuilder Accounts 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 Accounts. 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 2 operations across 2 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.

2 operations 2 paths 1 schemas 1 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 Accounts 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 2

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

Accounts 2

Create and update billable accounts.

POST
/accounts
Create New Account
accounts-create-new-account body → 201400401
PUT
/accounts/{user_id}
Update Account
accounts-update-account 1 param body → 200400401

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

Other APIs 123FormBuilder publishes across the network.

123FormBuilder Forms API
123FormBuilder Groups API
123FormBuilder Login API
123FormBuilder Users API