Base URL
Available Endpoints
Create Rate
Register a new rate for a space
List Rates
Get all registered rates
Update Rate
Update an existing rate
Delete Rate
Delete a rate from the system
Rate Object
A rate object contains the following fields:Unique identifier for the rate
Name of the rate (e.g., “Weekend Rate”, “Weekday Rate”)
Maximum capacity (number of people)
Price for 4-hour rental period
Price for 8-hour rental period
Price per additional hour beyond the standard periods
Whether this rate is for partner accounts
ID of the space this rate belongs to
Authentication
Most rate endpoints require authentication via JWT token stored in theaccess_token cookie. The token is automatically sent with requests when the user is logged in.
The List Rates endpoint (GET /rate/get) does not require authentication.