Public API Reference
Public API details and usage examples for the Members Portal
Returns the cancellation fee for a specific booking, if applicable.
cURL
curl --request GET \ --url https://spaces.nexudus.com/en/bookings/getCancellationFee \ --header 'Authorization: Basic <encoded-value>'
/en/
/api/public/
GET /en/bookings/getCancellationFee?bookingId=1234 Authorization: Bearer {token}
import endpoints from '@/api/endpoints' const response = await httpClient.get(endpoints.bookings.cancellationFee(1234))