API Documentation
  • Getting Started
  • Changelog
  • Authentication
  • Date Format
  • Response API
  • Core Resources
    • Journal
    • Habits
      • Status
      • Logs
      • Goal
        • Periodicity
    • Actions List
    • Notes
    • Moods
    • Areas
  • Enum
    • Action Status
    • Mood Value
    • Note Type
    • Unit Type
    • Log Method
    • Time Of Day
Powered by GitBook
On this page
  • Properties
  • Available Methods
  • List Areas

Was this helpful?

  1. Core Resources

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

Name
Type
Description

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
}

PreviousMoodsNextAction Status

Last updated 3 years ago

Was this helpful?