MarketSegment
Get a market segment.
Get a market segment by id.<br>You must have at least one of these scopes: 'setup.read, setup.manage'.
get/settings/v1/market-segments/{id}
Path parameters
idstring required
The id of the market segment.
Response
Return market segment.
Example response
{
"id": "BUSR",
"code": "BUSR",
"name": "Business Groups",
"description": "Social groups (Weddings etc.)",
"propertyIds": [
"MUC",
"BER"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.