get https://slemma.com/api/v1/groups/
Retrieves the details of an existing group. Supply the unique group key (ID) and Slemma will return the corresponding group information.
Returns
Returns a group object if a valid identifier was provided.
The following are the examples of HTTP status codes including errors that API can generate
Response codes | Response content | Description |
---|---|---|
200 OK | A group object | A valid group object has been retrieved successfully. |
404 Not Found | Object not found | The group with the specified key wasn't found . |