Open API & Webhooks
Connect Freebo to your CRM, marina software, or custom tools via REST API and webhooks.
Freebo shouldn’t be an island. Charter operators use marina management systems, marine-industry CRMs, QuickBooks, crew scheduling tools, and custom-built dashboards. The Open API and Webhooks feature makes Freebo a data source for all of them.
The public REST API exposes Freebo’s core data — reservations, products, schedules, guests, availability — under the same /v1/ structure used internally. Operators or their developers generate API keys from the dashboard and use them to build integrations, sync data, or query Freebo from external tools.
Webhooks push events to your endpoint in real time: booking.created, booking.cancelled, payment.received, refund.issued. Build a Zapier step, a Slack notification, or a custom CRM sync — without polling.
API documentation will be published at docs.freebo.com and available as an OpenAPI 3.1 spec for import into Postman, Insomnia, or any API client.