Personal OS API

Documentation

Explore the API documentation and test endpoints interactively.

API Information

Status:Operational

Version: v1.0

Base URL: /api/v1

Format: JSON

Authentication: Cognito JWT

Quick Start

Example request to get habits (requires authentication):

curl -X GET "https://u70q877bj2.execute-api.eu-south-1.amazonaws.com/default/api/v1/habits" \
  -H "Authorization: Bearer YOUR_JWT_TOKEN"