Continuing the profile-and-onboard video series on apis.io, this pair looks at 123FormBuilder — the online form, survey, and workflow builder used to collect, route, and integrate submission data across websites, portals, and back-office systems.
As always I start from the 123FormBuilder provider page on apis.io and click out into the live property to see how the catalog lines up with what they actually ship.
A mature SaaS surface — with the developer area tucked away
The homepage walk shows a business that has been at this a while: solutions organized by product, by use case, and by role, a deep template library by type and by industry, a robust integrations section spanning Salesforce, HubSpot, Mailchimp, Zapier, and the payment gateways (PayPal, Stripe, Square, Authorize.Net, Braintree, PayU), a learning section, case studies, and a full help center. Pricing runs from a free Basic tier up through Gold, Platinum, Diamond, and Enterprise, with HIPAA-ready configurations and white label at the top of the range.
What stood out — and what I say in the video — is that losing the developer area is always a tough one. The API section isn’t in the main navigation; you have to hunt for it through the integrations and developer-tools pages before landing on the developer center. Once you’re there, the v2 documentation is clean: an authentication section and a Swagger UI backed by an OpenAPI contract, organized around the forms, groups, and users APIs.
One API, a lot of scaffolding around it
On the apis.io side, 123FormBuilder resolves to a single REST API v2 for managing forms, fields, submissions, groups, users, and accounts — JWT authentication via POST /token, with separate US (api.123formbuilder.com) and EU (eu-api.123formbuilder.com) regional base URLs.
The catalog around that one API is deeper than most single-API providers:
- Six Arazzo workflows — authenticate-and-list-forms, browse a group’s forms, create a form inside a new group, inspect a form end to end, moderate a submission, and review a submission.
- A Spectral governance ruleset with 27 rules (13 errors, 14 warnings).
- A JSON-LD context and vocabulary for the forms domain.
- Seven runnable examples and six JSON structures covering forms, fields, submissions, groups, users, and accounts.
- Plans, rate limits, and a FinOps profile mapping the five pricing tiers to the API surface.
Where they land
123FormBuilder scores in the developing band on apis.io, and the shape of the score tells the story: commercial clarity is outstanding (the pricing page is genuinely one of the clearest I’ve walked), discoverability and contract quality are solid, but operational transparency and developer ergonomics lag — there’s no status page or changelog in view, and the buried developer area doesn’t help.
All of the data behind the profile is open and versioned in the GitHub repo: github.com/api-evangelist/123formbuilder.
Next: onboarding
Profiling tells you what’s there. The companion video signs up for the free plan and works all the way to a first successful API call — including a detour through an MD5 hash tool you won’t see coming — Onboarding with 123FormBuilder — Free Signup to a JWT and Your First Forms Call.
Walk the full surface yourself on the 123FormBuilder provider page, and catch the rest of the series on YouTube @APISearch.