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

View some tags

Endpoint

GET /api/v1/tags

Query param options

For common paging options refer this

Query parameters default comments
ids   You can specify a list of tag_id values to get more details about them. e.g /api/v1/tags?ids=1,13,18

Response parameters

[
  {
    "tag_id": 18,
    "name": "administrator",
    "display_name": "Administrator",
    "back_color": "#ffffff",
    "text_color": "#330000"
  },
  {
    "tag_id": 13,
    "name": "architect",
    "display_name": "Architect",
    "back_color": "#ffffff",
    "text_color": "#330000"
  },
  {
    "tag_id": 1,
    "name": "asd",
    "display_name": "asd",
    "back_color": "#ffffff",
    "text_color": "#1b95e0"
  }
]