Get a list of groups
get_groups(
authority = NULL,
document_uri = NULL,
expand = NULL,
api_path = get_hs_host(),
api_key = NULL
)
Filter returned groups to this authority. Default: main instance authority.
Document URI - only retrieve public (i.e. non-private) groups that apply to a given document URI.
One or more relations to expand for a group resource Optional: `organization, scopes`
The hypothesis API path, can be specify by `hypothesis.api.api_path` option or `HYPOTHESIS_API_PATH` environment variable. Default: `https://hypothes.is/api/`.
User api key, generated on the platform.