---
title: "Returns the sources of a given profile."
method: GET
path: "/profiles/{profileId}/sources"
tags: ["Profiles"]
---

# Returns the sources of a given profile.

`GET /profiles/{profileId}/sources`

## Path parameters

- `profileId` number, required

## Headers

- `X-Organization-Id` string, required

## Response `200`

Response

- ProfileSourcesResponse
  - `data` ProfileSource[] — List of profile sources
    - `name` string — Source name
    - `date` string — Date

## Other responses

- `5XX` — An error occurred interacting with the API.

---

[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/versions/2faa857793e8/schema)
