---
title: "getSources"
method: GET
path: "/getSources"
tags: ["Reservation"]
---

# getSources

`GET /getSources`

Gets available property sources

## Query parameters

- `propertyIDs` string

## Response `200`

200 Response

- GetSourcesResponse
  - `success` boolean — Returns if the request could be completed
  - `data` object[]
    - `propertyID` string — Property Id
    - `sourceID` string — Source Identifier
    - `sourceName` string — Source Name
    - `isThirdParty` boolean — true if source is from third party
    - `status` boolean — true if source is active
    - `commission` number — How much commission charged by source (in %)
    - `paymentCollect` 'hotel' | 'channel' — Type of payment collect practiced by source
    - `taxes` object[]
      - `taxID` string — ID of tax
      - `name` string — Name of tax
      - `amount` number — Value of tax
      - `amountType` 'percentage' | 'fixed' — If tax is percentage of amount or fixed
      - `type` 'exclusive' | 'inclusive' — If tax is included or not in final price
    - `fees` object[]
      - `feeID` integer — ID of fee
      - `name` string — Name of fee
      - `amount` number — Value of fee
      - `amountType` 'percentage' | 'fixed' — If fee is percentage of amount or fixed
      - `type` 'exclusive' | 'inclusive' — If fee is included or not in final price
  - `message` string, nullable — To be used in case any error occurs (if success = false). If success = true, it does not exist.

---

[API](https://skmtc.net/cloudbeds/apis/cloudbeds-api.md) · [All operations](https://skmtc.net/cloudbeds/apis/cloudbeds-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudbeds/cloudbeds-api/revisions/2faa857793e8/schema)
