API
group.getJoinRequests
GET https://group.api.rivet.gg/v1/groups/{group_id}/join-requests
curl -X GET 'https://group.api.rivet.gg/v1/groups/{group_id}/join-requests'

Authorizations

Authorization[header]required
string

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

group_idrequired
string

Query Parameters

anchor
string

The pagination anchor. Set to the returned anchor of this endpoint to receive the next set of items.

count
number

Amount of join requests to return.

watch_index
string

A query parameter denoting the requests watch index.

Response

anchor
string

The pagination anchor.

join_requestsrequired
array

A list of group join requests.

watchrequired
object

Provided by watchable endpoints used in blocking loops.