PropertySettings

Get property settings

Get base settings for a property.<br>You must have at least one of these scopes: 'settings.read, setup.read, setup.manage'.

get/settings/v1/properties/{id}

Path parameters

idstring required

The id of the property.

Response

Returns property settings.

timeZonestring required

The time zone

currencystring required

The currency a property works with.

Example response

{
  "timeZone": "Europe/Berlin",
  "currency": "EUR"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.