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

Authorizations

Authorization
string
header
required

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

Path Parameters

customerId
string
required
categoryId
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.