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

Endpoint

GET /api/v1/tags/search

Query param options

Query parameters comments
q the q value will search against the tag name

Response parameters

[
  {
    "tag_id": 11,
    "name": "officer",
    "display_name": "Officer",
    "back_color": "#ffffff",
    "text_color": "#330000"
  }
]