API
group.invites.getInvite
API
group.invites.getInvite
Inspects a group invite returning information about the team that created it.
GET https://group.api.rivet.gg/v1/invites/{group_invite_code}
curl -X GET 'https://group.api.rivet.gg/v1/invites/{group_invite_code}'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
group_invite_coderequired
string
Provided by rivet.api.group#CreateInviteResponse$code
.
Response
grouprequired
object
A group handle.
curl -X GET 'https://group.api.rivet.gg/v1/invites/{group_invite_code}'