circle-boltQuick 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

circle-check

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.

Become a SiteMinder Partner

circle-info

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:

Item
Details

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.

circle-exclamation

API Specification File

REST (OpenAPI)


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.

1

Authenticate

Pass your API ID and API Key as headers on every request:

2

Make the call

Retrieve available properties by location and date:

3

Handle the response

A successful response returns an array of properties matching your search criteria, each including room types, rate plans, pricing, and commission details:

4

Handle errors

If your API ID or API Key is missing or invalid:

triangle-exclamation
triangle-exclamation

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:

  1. Create a deal using a test property

  2. Notify the Partner Integrations team once your deal is ready for approval

  3. Once approved, use the dealCode returned in the properties response to apply the negotiated rate in your requests

circle-info

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 Workspacearrow-up-right

Your credentials

Update the Postman environment with your credentials from the Partner Portal before running any collection:

Variable
Value

API ID

Your API ID from the Partner Portal

API Key

Your API Key from the Partner Portal

circle-info

For full certification scenario coverage, see Testing and Certificationarrow-up-right.

sparkles

Still have questions?

Last updated

Was this helpful?