---
title: "metadata"
method: GET
path: "/oauth/metadata"
tags: ["Authentication"]
---

# metadata

`GET /oauth/metadata`

In the context of properties being distributed across multiple localizations, this endpoint serves to retrieve the precise location of the property associated with the provided access token. Further information can be found in the [Authentication guide](https://integrations.cloudbeds.com/hc/en-us/sections/14731510501915-Authentication).

## Response `200`

200 Response

- GetMetadataResponse
  - `success` string — True if property can be found
  - `data` object
    - `api` object — The api details
      - `url` string — The API URL for the given property
  - `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)
