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 all tags

Endpoint

GET /api/v1/tags

Query param options

For common paging options refer this

Query parameters default comments
sort_by unsorted available options are id,name.
order asc possible values asc or desc

Note: Listing records is a slow operation, make sure your code can handle it appropriately.

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"
  }
]