Added Customization Profiles discovery endpoint

customizations

You can now list the customization profiles on your account via the Customer API.

GET /v1/customization_profiles Returns your min-stay, pricing, and check-in/check-out profiles grouped by type. Each entry exposes the profile’s id, name, and archived flag.

Use this endpoint to find the exact profile ids that Custom Seasonal Profile (custom_seasonal_profile) seasons reference — the ids returned are exactly the set that minstay_profile_id, pricing_profile_id, and checkincheckout_profile_id season writes accept.

Notes

  • Filter with profile_type (minstay | pricing | checkincheckout) and archived (true/false).
  • Look up a single profile by exact name (requires profile_type); profile names are unique per account and type.