Get Property Channel Settings
GET/gds/vendor/properties/:vendor_property_id/channels/:channel_id/settings
- Retrieves per-channel supplementary settings for a property.
- An empty object is returned when nothing has been saved. Handle "not configured" separately from an error.
- The available settings differ by channel; some, such as extra-occupancy pricing, apply to only a few channels.
Request
Responsesapplication/json
- 200
- 400
- 401
- 403
- 404
- 500
Channel settings retrieved. Returns an empty object when nothing has been saved.
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error