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


Before You Begin

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.

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

What You'll Receive from SiteMinder

When your integration begins, we'll send you an initiation email asking you to complete the Testing Setup form. This allows us to configure your access to the Partner Portal, where you'll generate your API ID and API Key.

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.

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:


Explore with Postman

SiteMinder's Channels Plus Postman workspace contains collections and environments to help you build, test, and validate your integration for certification. Fork the collections and environments to your own Postman account to get started.

Channels Plus Postman Workspace

Shared Test Credentials

The Channels Plus - API TEST environment is pre-filled with shared test credentials. You can use these immediately — no dedicated test account required — to test.

Shared credentials cover Properties and Property endpoints only. Reservations and Export require your dedicated test account credentials. Update the environment variables with your credentials once your test environment is set up.

For full certification scenario coverage, see Testing and Certification.

sparkles

Still have questions?

Last updated

Was this helpful?