cURL
curl --request GET \ --url https://api.masternautconnect.com/connect-webservices/services/public/v1/customer/{customerId}/location/category/{categoryId} \ --header 'Authorization: Basic <encoded-value>'
{ "name": "<string>", "icon": "<string>", "id": "<string>" }
Returns details for a specific location category.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
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?