Experiences
Register as Provider
Register as an experience provider
Endpoint
Description
Register as an experience provider to list your local business (dive shop, restaurant, tours, etc.) on Charter Boats.
Authentication
Session authentication required. User must be logged in.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
business_name | string | Yes | Your business name |
business_type | string | Yes | Type of business (see below) |
description | string | No | Business description |
website | string | No | Website URL |
phone | string | No | Contact phone |
email | string | No | Contact email |
logo_url | string | No | Logo image URL |
Business Types
| Value | Description |
|---|---|
dive_shop | Scuba diving, snorkeling |
restaurant | Waterfront dining, catering |
tour_operator | Guided tours, excursions |
equipment_rental | Kayaks, paddleboards, gear |
marina_services | Docking, fuel, repairs |
provisioning | Groceries, supplies delivery |
water_sports | Jet skis, parasailing, wakeboarding |
fishing_charter | Guided fishing trips |
sailing_school | Lessons, certifications |
yacht_club | Membership, events |
other | Other marine-related business |
Example Request
Example Response
Error Responses
400 Bad Request
400 Already Registered
400 Invalid Business Type
401 Unauthorized
Notes
- Each user can only register as a provider once.
- New providers start unverified (
is_verified: false). - After registering, add locations and offerings from the dashboard at
/dashboard/experiences.