Market Segment

This endpoint retrieves the list of market segments configured in the system. Market segments are used to classify customers based on income or demographic categories.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Response

The response returns a collection of market segment records wrapped inside a data array.
Each record represents a distinct market segment.

{
  "data": [
    {
      "name": "Lower Income"
    },
    {
      "name": "Middle Income"
    },
    {
      "name": "Upper Income"
    }
  ]
}
Response
200
Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!