API
group.listSuggested
API
group.listSuggested
Returns a list of suggested groups.
GET https://group.api.rivet.gg/v1/groups
curl -X GET 'https://group.api.rivet.gg/v1/groups'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
watch_index
string
A query parameter denoting the requests watch index.
Response
groupsrequired
array
A list of group summaries.
watchrequired
object
Provided by watchable endpoints used in blocking loops.
curl -X GET 'https://group.api.rivet.gg/v1/groups'