cURL
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>" }
Returns details for a specific location category.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful operation
The name of the location category.
The icon assigned to the location category.
Unique, unchangeable system generated identifier (alphanumeric) for the location category.
Was this page helpful?