---
title: "GET /accounting/v1.0/folios/configurations/sources"
method: GET
path: "/accounting/v1.0/folios/configurations/sources"
tags: ["Folio Configuration"]
---

# GET /accounting/v1.0/folios/configurations/sources

`GET /accounting/v1.0/folios/configurations/sources`

Get which folio configuration is assigned to a source

## Query parameters

- `sourceId` integer, required
- `sourceKind` 'CONFIG' | 'RESERVATION' | 'GROUP_PROFILE', required — The type of source a folio belongs to. CONFIG indicates a folio configuration template, RESERVATION is an individual guest booking, and GROUP_PROFILE is a group booking profile.

## Headers

- `X-Property-ID` integer, required

## Response `200`

OK

- FolioConfigurationToSourceResponse
  - `sourceId` string — Source ID
  - `sourceKind` 'CONFIG' | 'RESERVATION' | 'GROUP_PROFILE' — The type of source a folio belongs to. CONFIG indicates a folio configuration template, RESERVATION is an individual guest booking, and GROUP_PROFILE is a group booking profile.
  - `folioConfigurationId` string — Folio configuration ID

## Other responses

- `400` — Bad Request
- `404` — Not found

---

[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)
