123FormBuilder
123FormBuilder is an online form, survey, and workflow builder used to collect, route, and integrate submission data across websites, customer portals, and back-office systems with no-code design and HIPAA-ready configurations. The 123FormBuilder REST API v2 enables programmatic access to forms, fields, submissions, groups, users, and accounts. Clients authenticate by exchanging credentials at POST /token for a JWT and pass the token as a query parameter on subsequent requests. Separate US and EU regional base URLs are provided.
Reference-quality API operations across every facet — a rich contract, published governance, transparent operations, and machine-readable commercial terms.
API Evangelist profiles 123FormBuilder the way a machine reads it — 90 machine-readable artifacts across 5 APIs, pulled from the provider's own public surface and indexed so a developer, an analyst, or an AI agent can evaluate it against every other provider on the network.
Every provider in the network is reduced to the same set of machine-readable artifacts — OpenAPI contracts, event specifications, GraphQL schemas, runnable collections, pricing and rate-limit signals, security posture, OAuth scopes, and the agent surfaces (MCP servers and skills) that let software drive the API on its own. We profile them because the interface is the part of a company you can actually inspect: it is a truer signal of what a provider does than any marketing page. From those artifacts we compute the Kin Score — 123FormBuilder scores 72.4/100 (exemplar), with a separate agent-readiness read of 48/100 (agent ready). The full breakdown is below, followed by every artifact we hold — each card links through to its machine-readable definition on apis.io.
Kin Score
This is the API Evangelist rating — a single, repeatable read computed from the artifacts on this page. Green fill is points earned; the red track is points possible, so every bar shows earned-versus-possible at a glance.
How we profile 123FormBuilder
Each block below is one kind of artifact we hold for 123FormBuilder. For each we say what it is and why it earns a place in the profile, then list every one we've indexed — capped at two rows, scroll within the panel for the rest.
APIs 5
Each API is captured as its own OpenAPI definition — every operation, parameter, and response. This is the single most useful machine-readable description of what an API does, and it's what lets us score, lint, mock, and generate against it without asking the provider for anything.
Individual APIs this provider publishes, each with its own machine-readable definition.
123FormBuilder Accounts API
Create and update billable accounts.
123FormBuilder Forms API
Create, list, read, update, and delete forms, fields, and submissions.
123FormBuilder Groups API
Organize forms into groups and share groups with subusers.
123FormBuilder Login API
JWT issuance, refresh, and invalidation.
123FormBuilder Users API
Manage subusers, their permissions, and master account info.
Postman Collections 1
A runnable collection turns the contract into something a developer can execute in seconds. We profile them because the fastest way to trust an API is to make a real call against it.
Ready-to-run Postman collections for exercising this provider's APIs.
123FormBuilder REST API v2
POSTMANOpen Collections 1
Open, tool-agnostic collections carry the same runnable value as Postman without locking you to one client — the portable, forkable form of the same exercise.
Open, tool-agnostic API collections (OpenAPI-derived and Bruno).
123FormBuilder REST API v2
OPEN COLLECTIONArazzo Workflows 6
Real integrations are rarely a single call. Arazzo describes the multi-step sequences — auth, then create, then confirm — so both a human and an agent can follow the choreography, not just the endpoints.
Multi-step API workflows described with the Arazzo specification.
123FormBuilder Authenticate and List Forms
Obtain a JWT token and list the forms available to the authenticated user.
ARAZZO123FormBuilder Browse a Group's Forms
Authenticate, list groups, read a chosen group's details, and list the forms it contains.
ARAZZO123FormBuilder Create a Form Inside a New Group
Authenticate, create a group, create a form within it, then list the group's forms.
ARAZZO123FormBuilder Inspect a Form End to End
Authenticate, read a form's details, enumerate its fields, and pull its submissions.
ARAZZO123FormBuilder Moderate a Submission
Read a single submission, then update its approval and payment status.
ARAZZO123FormBuilder Review a Form Submission
List a form's submissions and, when any exist, fetch the full detail of the first one.
ARAZZOPricing Plans 1
Pricing is part of the interface. Machine-readable plans tell you what a tier costs and includes before you commit — one of the six things the Kin Score reads for commercial clarity.
Published pricing tiers and plan structures.
Rate Limits 1
Rate limits are the difference between a demo that works and a production integration that doesn't fall over. Publishing them is an operational-transparency signal — and a hard requirement for any agent that plans its own throughput.
Documented rate limits and quota policies.
123Formbuilder Rate Limits
RATE LIMITSFinOps 1
Cost, billing, and metering signals let a buyer model the financial operations of an API before it's live. We profile them for the same reason we profile pricing: the money is part of the contract.
Cost, billing, and metering signals for API financial operations.
123Formbuilder Finops
FINOPSFeatures 12
The notable capabilities this provider advertises, captured as structured features so they can be searched and compared instead of read one landing page at a time.
Notable capabilities this provider offers.
No-Code Form Authoring
Drag-and-drop builder with 25+ field types including signature, file upload, formula, and product fields.
Multi-Page Forms
Break long surveys into multiple pages with conditional logic to control flow.
Conditional Logic
Show, hide, or branch fields based on respondent answers.
Webhooks
Forward submissions to external endpoints via group-level webhook URLs (max 10 per form).
Submission Approvals
Manually review and approve submissions before they continue downstream.
HIPAA-Ready Configurations
Diamond and Enterprise tiers offer HIPAA-eligible form configurations for healthcare data collection.
GDPR Controls
Built-in consent fields, data retention controls, and EU regional residency.
Regional Endpoints
Separate US (api.123formbuilder.com) and EU (eu-api.123formbuilder.com) base URLs.
Subuser Permissions
Granular per-subuser flags for create/duplicate/delete form, manage groups, and manage users.
White Label
Custom form domains, branding removal, and theme editing on Diamond and Enterprise.
Multi-Language Forms
Publish forms in multiple languages from a single source.
Payment Collection
Integrate PayPal, Stripe, Square, Authorize.Net, Braintree, and PayU as form fields.
Scroll within the panel for all 12 ·
Semantic Vocabularies 1
JSON-LD contexts give the data shared meaning across APIs. We profile them because semantics are what let a machine reconcile 'customer' here with 'customer' somewhere else.
JSON-LD contexts and semantic vocabularies used across these APIs.
123Formbuilder Context
JSON-LDSpectral Rules 2
Governance rulesets we run against this provider's specs — the automated checks behind parts of the score. Profiling them makes the quality bar explicit and re-runnable, not a matter of opinion.
123FormBuilder API Rules
SPECTRAL123FormBuilder API Rules
SPECTRALJSON Schema 6
Standalone JSON Schema definitions describe the data models behind the API. We profile them so the shapes are validatable on their own — useful long after a single request is forgotten.
Standalone JSON Schema definitions for this provider's data models.
JSON Structure 6
JSON Structure captures the data shapes in a form built for tooling — a complement to JSON Schema that keeps the model machine-legible.
JSON Structure definitions describing this provider's data shapes.
123Formbuilder Rest Api V2 Account Structure
JSON STRUCTURE123Formbuilder Rest Api V2 Field Structure
JSON STRUCTURE123Formbuilder Rest Api V2 Form Structure
JSON STRUCTURE123Formbuilder Rest Api V2 Group Structure
JSON STRUCTURE123Formbuilder Rest Api V2 Submission Structure
JSON STRUCTURE123Formbuilder Rest Api V2 User Structure
JSON STRUCTUREExamples 7
Real request and response payloads are what turn a spec from abstract into obvious — and they're one of the twelve things an agent needs to call an API correctly on the first try.
Example request and response payloads for these APIs.
Scroll within the panel for all 7 ·
Security Posture 3
Authentication, domain security, vulnerability disclosure, and trust-center signals — the evidence that a provider takes security seriously enough to document it. We profile it because you can't govern what you can't see.
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Agentic Access 1
An x-agentic-access contract marks which operations are safe for an agent to run on its own and which need a human in the loop. It is the difference between an API an agent can use and one it can use safely.
Recommended x-agentic-access execution contracts for AI agents.
Use Cases 7
What developers actually build with this provider — captured so the catalogue answers 'what is this for', not just 'what does this expose'.
What developers build with this provider.
Lead Capture and CRM Sync
Capture leads from web forms and route them to CRMs via webhook or native integrations.
Customer Feedback and NPS
Run NPS, CSAT, and Likert-scale surveys with conditional follow-up questions.
Event Registration and Payment
Collect attendee data, accept payments, and trigger confirmation workflows.
HIPAA-Eligible Intake Forms
Capture patient intake data on Diamond/Enterprise configurations with HIPAA-ready settings.
Order and Quote Requests
Build product configurators with formula fields and route requests to sales teams.
Employee and Job Application Forms
Standardize HR intake with permission-gated subuser access to specific groups.
Survey Data Pipelines
Programmatically page submissions via REST API v2 into data warehouses and BI tools.
Scroll within the panel for all 7 ·
Integrations 24
Pre-built integrations with other platforms tell you where this provider already fits in a stack.
Pre-built integrations with other platforms and tools.
Salesforce
Deep Salesforce Cloud integration on Platinum and above.
HubSpot
Sync form submissions to HubSpot CRM contacts and deals.
Mailchimp
Add submitters to Mailchimp audiences and trigger automation flows.
ActiveCampaign
Push contacts and tags into ActiveCampaign for lifecycle marketing.
Campaign Monitor
Sync submissions to Campaign Monitor subscribers.
PayPal
Collect payments on payment-enabled forms via PayPal.
Stripe
Accept Stripe payments and charge cards from form submissions.
Square
Process payments via Square gateway.
Authorize.Net
Accept Authorize.Net credit card payments.
Braintree
Collect payments via Braintree.
PayU
Accept PayU payments for global reach.
Zapier
Connect to 4,000+ apps via Zapier triggers and actions.
Webhooks
Generic webhook URLs registered at the group level for custom downstream processing.
Marketo
Push leads into Marketo for marketing automation.
Google Sheets
Mirror form submissions into Google Sheets for analysis.
Dropbox
Route file upload submissions to Dropbox folders.
Evernote
Capture form responses as Evernote notes.
Smartsheet
Sync submissions to Smartsheet rows.
Pipedrive
Create Pipedrive deals from form responses.
Zendesk
Open Zendesk tickets from form submissions.
Wix
Push submissions into Wix Code databases (see github.com/123FormBuilder/wix-code).
Shopify
Sync contacts and orders to Shopify.
NationBuilder
Sync supporters and contacts to NationBuilder.
Pipedream
Community-maintained Pipedream connector (@pipedream/a123formbuilder) for serverless workflows.
Scroll within the panel for all 24 ·
Solutions 5
Packaged solutions the provider offers on top of the raw API surface.
Packaged solutions this provider offers.
Healthcare Forms (HIPAA)
HIPAA-ready intake, consent, and patient-survey forms on Diamond/Enterprise.
Education Surveys
Quizzes, course evaluations, and admissions forms with multi-language support.
Nonprofit Donations
Donation forms with payment gateway integration and donor CRM sync.
Real Estate Lead Capture
Property inquiry forms with CRM and email-marketing integration.
Enterprise Workflow
SLA-backed Enterprise tier with SSO, dedicated account manager, and Virtual Database Manager.
Resources
Every other property we hold for 123FormBuilder — documentation, portals, status pages, policies, and corporate surface — grouped by the job it does, following the integrator's arc from getting started to running in production.
Get Started 3
Portal, sign-up, and the first successful call
Documentation 1
Reference material describing how the API behaves
Agent Surfaces 1
MCP servers, agent skills, and machine-readable catalogs
Design & Contract 9
Pagination, idempotency, versioning, errors, and events
Scroll within the panel for all 9 ·
Build 4
SDKs, sample code, and the tooling you integrate with
Access & Security 4
Authentication, authorization, and security posture
Operate 1
Status, limits, changes, and where to get help
Commercial 4
Pricing, plans, and the legal terms of use
Company 3
The organization behind the API
Other 1
Properties that don't map to a standard resource type
← All providers · Data indexed from github.com/api-evangelist/123formbuilder · machine-readable index on apis.io