invitations

Return an array of all the invitations within a Heartbeat community

get/invitations

Response

Successful response

idstring uuid

The invitation id

codestring

A 6 digit alphanumeric code included within the invitation link. Invitation links use the following format: https://app.heartbeat.chat/example/invitation?code=<CODE> OR https://example.customdomain.com/invitation?code=<CODE>

Example response

[
  {
    "role": {
      "name": "Moderator"
    },
    "groups": [
      {
        "name": "Party Planning Committee"
      }
    ]
  }
]

Changes