API
group.create
API
group.create
Creates a new group.
POST https://group.api.rivet.gg/v1/groups
curl -X POST -d '@body.json' '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.
Body
display_namerequired
string
Represent a resource's readable display name.
Response
group_idrequired
string
curl -X POST -d '@body.json' 'https://group.api.rivet.gg/v1/groups'