Users

Get a user's Sites

Use this endpoint to get a user's Sites

get/users/{userId}/sites

Response

The user's sites were successfully retrieved

Example response

{
  "data": [
    {
      "country_code": "GB",
      "currency": "GBP",
      "external_id": "ext-site-london-bridge",
      "frontend_subdomain": "palmtreespa",
      "locale": "en",
      "name": "Palm Tree Spa",
      "organisation_name": "Palm Tree Holdings Ltd.",
      "property_type": "Spa & Leisure Hotel",
      "timezone": "Europe/London"
    }
  ]
}

Changes