API
group.search
API
group.search
Fuzzy search for groups.
GET https://group.api.rivet.gg/v1/groups/search
curl -X GET 'https://group.api.rivet.gg/v1/groups/search'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
queryrequired
string
The query to match group display names against.
anchor
string
limit
number
Unsigned 32 bit integer.
Response
anchor
string
groupsrequired
array
A list of group handles.
curl -X GET 'https://group.api.rivet.gg/v1/groups/search'