GET Group details
Overview
The Group Details endpoint returns information about a group. A valid group UUID is required. A group href returned by another endpoint corresponds to the Group Details endpoint.
Curl example
curl -X GET \
'https://API_HOSTNAME/api/v1/groups/GROUP_UUID \
--header 'Authorization: Bearer BEARER_TOKEN'