Introduction

We are listing the available API endpoints for habitate.io. These can be used to build additional feature and create linked services around your community.

In case you need more help you can get in touch with the team, developer-support at habitate.io

Get list of roles

Endpoint

GET /api/v1/roles

Response parameters

[
  {
    "role_id": 3,
    "role_name": "Moderator",
    "role_details": "Moderator role has additional permissions compared to members, to keep discussions organized",
    "is_default": true
  },
  {
    "role_id": 4,
    "role_name": "Member",
    "role_details": "Member role with default permissions",
    "is_default": true
  }
]