Get group
GET/groups/:groupKey
Get a group by its key.
Request
Responses
- 200
- 401
- 403
- 404
- 500
The group is successfully returned.
The request lacks valid authentication credentials.
Forbidden. The request is not allowed.
The group with the given key was not found.
An internal error occurred while processing the request.