1
0
mirror of synced 2025-12-22 11:31:02 -05:00
Files
airbyte/docs/integrations/sources/cloudbeds.md

3.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.14 2025-03-08 55278 Update dependencies
0.0.13 2025-03-01 54981 Update dependencies
0.0.12 2025-02-22 54443 Update dependencies
0.0.11 2025-02-15 53706 Update dependencies
0.0.10 2025-02-08 53350 Update dependencies
0.0.9 2025-02-01 52804 Update dependencies
0.0.8 2025-01-25 52335 Update dependencies
0.0.7 2025-01-18 51660 Update dependencies
0.0.6 2025-01-11 51074 Update dependencies
0.0.5 2024-12-28 50555 Update dependencies
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