Get Things Group Information
This guide will show you how you can receive information about a Thing Group via an API command.
Get Things Group Information
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
// Response
}Example using cURL:
curl -X GET \
--url "https://console.monogoto.io/thingsgroup/{THING_GROUP_ID}" \
-H "accept: application/json" \
-H "Authorization: Bearer {TOKEN_HERE}" \
-H "{CUSTOMER_ID}"Last updated
Was this helpful?