WebinOne · Open API

Build on WebinOne

The Open API gives you programmatic access to everything a WebinOne site runs on — content and pages, an online store, CRM, members, forms and email. Use it to integrate WebinOne with other systems, sync data both ways, automate agency workflows, or build your own tools on top of the platform.

All requests use HTTPS and a JWT bearer token. Base URL https://your-site.webinone.com.

What you can do

Manage contentCreate pages, templates, snippets, menus and site-wide globals.
Run a storeOrders, products, discounts, gift vouchers, taxes and shipping — 0% commission.
Work your CRMContacts, cases, bookings and custom CRM groups.
Gate contentMember areas and secure zones with paid or free subscriptions.
Collect dataBuild forms and read submissions.
Send emailTrigger notifications and manage templates.

Quickstart

  1. Get a token. Request a JWT from the OAuth token endpoint with your site credentials. See Authentication.
  2. Call the API. Send the token on every request in the Authorization header.
  3. Explore. Browse the reference below, or start with Categories — a simple, complete example.
Your first request
curl "https://your-site.webinone.com/api/v2/admin/categories" \
  -H "Authorization: Bearer <token>"

Guides

API reference 51 modules · 300 endpoints