Public API Reference
Public API details and usage examples for the Members Portal
Returns the configured form fields for the sign-up checkout flow.
GET /api/public/checkout/fields
import endpoints from '@/api/endpoints' const response = await httpClient.get(endpoints.checkout.fields)