ROOTREZ
    • App
      • Api health check
        GET
      • Check if the API is alive
        GET
      • Check current outbound public IP
        GET
    • Property
      • Get property details
        GET
      • Get property availability
        POST
      • List property reviews
        GET
    • Properties
      • Get static data for an Account
        GET
      • Get availability for an account
        POST
    • ParityCheck
      • Perform parity check with availability data for a accountId
        POST
      • Check rate parity for a provider
        POST
    • Account
      • PublisherController_getSettings
        GET
      • Get map pins for a Account
        GET
      • Get filters for a Account
        GET
      • Get themes for a Account
        GET
      • Get banners by account
        GET
      • Get landing page by account and slug
        GET
    • Public Account
      • PublicPublisherController_getFilters
        GET
      • PublicPublisherController_getWidget
        GET
    • Auth
      • Authenticate token and secret to get JWT
        POST
      • AuthController_checkJWT
        GET
      • AuthController_refresh
        POST
    • Discount
      • Get grouped discounts
        GET
      • Get all discounts
        GET
      • DiscountController_getViewDiscount
        POST
    • Addons
      • Get products for the authenticated account
      • Get product detail from cache
      • AddOnsController_createOrder
    • Cache
      • CacheController_cleanByPublisher
      • CacheController_refreshByPublisher
      • CacheController_cleanByProperty
      • CacheController_refreshByProperty
    • Book
      • Create new reservation
      • Preview reservation
    • Create a conversation collection
      POST
    • Create a conversation model
      POST
    • search conversation
      POST
    • get a conversation model
      GET
    • semantica search
      POST
    • create product
      POST
    • populatae test
      POST
    • search test
      POST
    • test update
      PUT
    • Schemas
      • Schemas
        • RoomDto
        • SingleAvailabilityRequestDto
        • Room
        • AvailabilityRequest
        • RateTotalDto
        • RateDto
        • PropertyDto
        • MetaDataDto
        • AvailabilityResponseDto
        • AvailabilityOutputDto
        • PinLocation
        • PinResponse
        • AuthBodyDto
        • RefreshBodyDto
        • discountGroupedDto
        • discountGroupedOutputDto
        • discountViewBodyInputDto
        • AddressDto
        • GuestDto
        • PaymentDto
        • ReservationRequestDTO

      populatae test

      Developing
      POST
      https://stay.visitstpeteclearwater.com/api/properties-embed

      Request

      Query Params

      Header Params

      Responses

      🟢200Success
      application/json
      Bodyapplication/json

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://stay.visitstpeteclearwater.com/api/properties-embed?test=true%2Fapi%2Fproperties-embed' \
      --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyIjp7ImlkIjoxNjgyLCJuYW1lIjoiQWxleGlzIEJvcmdlcyIsInR5cGUiOiJSb290In0sInB1Ymxpc2hlciI6eyJpZCI6OTMsIm5hbWUiOiJDaG9vc2UgUmVkZGluZyJ9LCJ1c2VyVHlwZSI6IlJvb3QiLCJpYXQiOjE3Nzk1NTE3MTMsImV4cCI6MTc3OTYzODExM30.n6Wg9Bzx8cTKPn7QNNwrPmqTJHbal2b4cymqNdP2Mlg'
      Response Response Example
      {}
      Modified at 2026-07-09 17:03:37
      Previous
      create product
      Next
      search test
      Built with