---
title: "getPackages"
method: GET
path: "/getPackages"
tags: ["Package"]
---

# getPackages

`GET /getPackages`

This efficient method allows you to retrieve the collection of packages associated with a property. Packages here define a group of features that a property has the ability to utilize or access. By invoking this API method, developers will get a comprehensive view of the feature sets that are available and active for a specific property. The getPackages method boasts a seamless execution that offers essential information, vital in enhancing property management, understanding available functionalities and ultimately, optimizing user experience.

## Query parameters

- `propertyID` string

## Response `200`

200 Response

- GetPackagesResponse
  - `success` boolean — Returns if the request could be completed
  - `data` object
    - `packageNames` string[], nullable — Array of package names
  - `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)
