Skip to main content
POST
Create a group

Authorizations

Authorization
string
header
required

Send your API key as Authorization: Bearer murmo_.... Keys are created in the Murmo app. Header-only — keys are never read from the query string. Valid for the REST API under /api/v1 only (not the GraphQL endpoint).

Body

application/json
name
string
required
joiningFee
string
required

Whole-dollar join fee as a string.

Example:

"0"

groupAccessType
enum<string>
required
Available options:
PUBLIC,
PRIVATE
description
string
header
string
image
string
subscriptionFee
string

Whole-dollar monthly fee as a string.

defaultMemberType
enum<string>
Available options:
LEADER,
MEMBER

Response

The new group id and the caller's membership.

data
object