1
0
mirror of synced 2025-12-26 14:02:10 -05:00
Files
airbyte/docs/integrations/sources/cloudbeds.md

2.0 KiB

Cloudbeds

This is Cloudbeds source that ingests data from the Cloudbeds API.

Cloudbeds is an unified hospitality platform https://cloudbeds.com

In order to use this source, you must first create a cloudbeds account. Once logged in, navigate to the API credentials page for your property by clicking Account > Apps & Marketplace in the upper right corner. Use the menu on the top to navigate to the API Credentials Page. Click the New Credentials button, fill in the details and click on Create. This will create an application, then click on the API Key and provide all the required scopes as needed.

You can learn more about the API here https://hotels.cloudbeds.com/api/v1.2/docs/

Configuration

Input Type Description Default Value
api_key string API Key.

Streams

Stream Name Primary Key Pagination Supports Full Sync Supports Incremental
guests guestID DefaultPaginator
hotels DefaultPaginator
rooms propertyID DefaultPaginator
reservations reservationID DefaultPaginator
transactions transactionID DefaultPaginator
packages itemID DefaultPaginator

Changelog

Expand to review
Version Date Pull Request Subject
0.0.4 2024-12-21 49992 Update dependencies
0.0.3 2024-12-14 49487 Update dependencies
0.0.2 2024-12-12 48925 Update dependencies
0.0.1 2024-10-31 Initial release by @aazam-gh via Connector Builder