Quick Start
Everything you need to begin building with Channels Plus API.
Channels Plus connects your booking channel with SiteMinder's distribution platform. Through Channels Plus, your channel can search for available properties, retrieve room and rate details, and manage bookings.
API components:
Properties: Search and retrieve property details
Property: Availability, pricing, and room configuration
Reservations: Create, modify, and cancel reservations
Deals: Negotiate competitive rates with properties
Explore all components in the API Overview.
Before You Begin
Partnership Required
Access to Channels Plus requires an active partnership agreement with SiteMinder. Once your agreement is in place, you will receive your test environment details.
You don't need to wait for your test environment to start development. You can begin building and testing immediately. See Make Your First Call below or explore requests directly in the Postman collection.
What You'll Receive from SiteMinder
SiteMinder will provide the following to get you started:
REST endpoint
Partner Portal
Access to generate your API ID and API Key, and to create Deals
Set Up Your Environment
Authentication
Channels Plus uses channel-level authentication — two headers on every request (API ID and API Key), both generated from the Partner Portal.
Keep your API ID and API Key private. Never expose them in front-end or client-side code. This API is for server-to-server use only.
API Specification File
REST (OpenAPI)
Channels Plus — download YAML
Make Your First Call
The first call every Channels Plus integration must implement is Get Properties — your channel retrieves a list of available properties from SiteMinder based on location and date criteria.
Create a Deal
Deals allow your channel to negotiate competitive rates directly with properties, giving your customers access to exclusive pricing.
To set up your first deal:
Log in to the Partner Portal
Create a deal using a test property
Notify the Partner Integrations team once your deal is ready for approval
Once approved, use the
dealCodereturned in the properties response to apply the negotiated rate in your requests
For full details on the Deals feature, see Deals.
Explore with Postman
Fork SiteMinder's Channels Plus Postman workspace to run requests with pre-configured environments.
→ Channels Plus Postman Workspace
Your credentials
Update the Postman environment with your credentials from the Partner Portal before running any collection:
API ID
Your API ID from the Partner Portal
API Key
Your API Key from the Partner Portal
For full certification scenario coverage, see Testing and Certification.
Still have questions?
Use the Ask button at the top of the page to chat with our AI assistant — it can help you navigate the guide, understand requirements, and troubleshoot issues.
If you need more support, visit Integration Support.
Last updated
Was this helpful?