Areas

Area helps you group habits and view progress in different aspects of life.

Properties

This table describes all properties of an Area object.

Name

Type

Required

Description

id

String

required

name

String

required

created_date

Date

required

priority

String

required

Available Methods

List Areas

GET https://api.habitify.me/areas

This endpoint allows you to get all your areas.

Headers

NameTypeDescription

Authorization

string

API Key

{
    "message": "Success",
    "data": [
        {
            "id": "-MaSRmdoNq9k3JjtvDjh",
            "name": "Productivity",
            "createdAt": "2021-05-24T08:17:21.087Z",
            "priority": "U"
        }
    ],
    "version": "v1.2",
    "status": true
}

Last updated