Skip to main content
GET
/
customer
/
{customerId}
/
location
/
category
List Location Category
curl --request GET \
  --url https://api.masternautconnect.com/connect-webservices/services/public/v1/customer/{customerId}/location/category \
  --header 'Authorization: Bearer <token>'
[
  {
    "name": "<string>",
    "icon": "<string>",
    "id": "<string>",
    "locationsCount": 123
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customerId
string
required

Response

200 - application/json

Successful operation

name
string
required

The name of the location category.

icon
string
required

The icon assigned to the location category.

id
string

Unique, unchangeable system generated identifier (alphanumeric) for the location category.

locationsCount
integer<int64>

The number of locations with this location category.