Skip to main content

Sources

Overview

This resource represents Sources which usually represent Channels from which Bookings originate from.

Parameters

List sources

List all sources for a given account.

GET /sources

Get a single source

Returns a single source identified by ID.

GET /sources/:source_id

Create a new source

Returns a newly created source.

POST /sources

Update a source

Returns an updated source identified by ID.

PUT /sources/:source_id