### Habits Get Habits Source: https://beaverhabits.com/docs Retrieves a list of all habits. ```APIDOC ## GET /api/v1/habits ### Description Get Habits ### Method GET ### Endpoint /api/v1/habits ``` -------------------------------- ### Habits Get Habits Meta Source: https://beaverhabits.com/docs Retrieves metadata for habits. ```APIDOC ## GET /api/v1/habits/meta ### Description Get Habits Meta ### Method GET ### Endpoint /api/v1/habits/meta ``` -------------------------------- ### Habits Get Habit Completions Source: https://beaverhabits.com/docs Retrieves the completion records for a specific habit. ```APIDOC ## GET /api/v1/habits/{habit_id}/completions ### Description Get Habit Completions ### Method GET ### Endpoint /api/v1/habits/{habit_id}/completions ``` -------------------------------- ### Habits Get Habit Detail Source: https://beaverhabits.com/docs Retrieves the details of a specific habit. ```APIDOC ## GET /api/v1/habits/{habit_id} ### Description Get Habit Detail ### Method GET ### Endpoint /api/v1/habits/{habit_id} ``` -------------------------------- ### Users Get User Source: https://beaverhabits.com/docs Retrieves a specific user's profile by ID. ```APIDOC ## GET /users/{id} ### Description Users:User ### Method GET ### Endpoint /users/{id} ``` -------------------------------- ### Users Get Current User Source: https://beaverhabits.com/docs Retrieves the currently authenticated user's profile. ```APIDOC ## GET /users/me ### Description Users:Current User ### Method GET ### Endpoint /users/me ``` -------------------------------- ### Default Landing Index Source: https://beaverhabits.com/docs Serves the main landing page. ```APIDOC ## GET / ### Description Landing Index ### Method GET ### Endpoint / ``` -------------------------------- ### Default Robots.txt Source: https://beaverhabits.com/docs Provides the robots.txt file. ```APIDOC ## GET /robots.txt ### Description Robots ### Method GET ### Endpoint /robots.txt ``` -------------------------------- ### Default Sitemap Source: https://beaverhabits.com/docs Provides the sitemap.xml file. ```APIDOC ## GET /sitemap.xml ### Description Sitemap ### Method GET ### Endpoint /sitemap.xml ``` -------------------------------- ### Auth Register Source: https://beaverhabits.com/docs Registers a new user. ```APIDOC ## POST /auth/register ### Description Register:Register ### Method POST ### Endpoint /auth/register ``` -------------------------------- ### Habits Post Habits Source: https://beaverhabits.com/docs Creates a new habit. ```APIDOC ## POST /api/v1/habits ### Description Post Habits ### Method POST ### Endpoint /api/v1/habits ``` -------------------------------- ### Auth Login Source: https://beaverhabits.com/docs Logs in a user using JWT. ```APIDOC ## POST /auth/login ### Description Auth:Jwt.Login ### Method POST ### Endpoint /auth/login ``` -------------------------------- ### Auth Verify Source: https://beaverhabits.com/docs Verifies the user's account. ```APIDOC ## POST /auth/verify ### Description Verify:Verify ### Method POST ### Endpoint /auth/verify ``` -------------------------------- ### Habits Put Habits Meta Source: https://beaverhabits.com/docs Updates metadata for habits. ```APIDOC ## PUT /api/v1/habits/meta ### Description Put Habits Meta ### Method PUT ### Endpoint /api/v1/habits/meta ``` -------------------------------- ### Habits Put Habit Completions Source: https://beaverhabits.com/docs Records a completion for a specific habit. ```APIDOC ## POST /api/v1/habits/{habit_id}/completions ### Description Put Habit Completions ### Method POST ### Endpoint /api/v1/habits/{habit_id}/completions ``` -------------------------------- ### Auth Request Verify Token Source: https://beaverhabits.com/docs Requests a verification token for account verification. ```APIDOC ## POST /auth/request-verify-token ### Description Verify:Request-Token ### Method POST ### Endpoint /auth/request-verify-token ``` -------------------------------- ### Metrics Source: https://beaverhabits.com/docs Exporter ```APIDOC ## GET /metrics ### Description Exporter ### Method GET ### Endpoint /metrics ``` -------------------------------- ### Auth Forgot Password Source: https://beaverhabits.com/docs Initiates the password reset process. ```APIDOC ## POST /auth/forgot-password ### Description Reset:Forgot Password ### Method POST ### Endpoint /auth/forgot-password ``` -------------------------------- ### Habits Put Habit Source: https://beaverhabits.com/docs Updates a specific habit. ```APIDOC ## PUT /api/v1/habits/{habit_id} ### Description Put Habit ### Method PUT ### Endpoint /api/v1/habits/{habit_id} ``` -------------------------------- ### Auth Reset Password Source: https://beaverhabits.com/docs Resets the user's password. ```APIDOC ## POST /auth/reset-password ### Description Reset:Reset Password ### Method POST ### Endpoint /auth/reset-password ``` -------------------------------- ### Auth Logout Source: https://beaverhabits.com/docs Logs out the current user. ```APIDOC ## POST /auth/logout ### Description Auth:Jwt.Logout ### Method POST ### Endpoint /auth/logout ``` -------------------------------- ### Healthcheck Source: https://beaverhabits.com/docs Perform a Health Check ```APIDOC ## GET /health ### Description Perform a Health Check ### Method GET ### Endpoint /health ``` -------------------------------- ### Default Ios Privacy Source: https://beaverhabits.com/docs Provides the iOS privacy policy. ```APIDOC ## GET /privacy/ios ### Description Ios Privacy ### Method GET ### Endpoint /privacy/ios ``` -------------------------------- ### Users Patch Current User Source: https://beaverhabits.com/docs Updates the currently authenticated user's profile. ```APIDOC ## PATCH /users/me ### Description Users:Patch Current User ### Method PATCH ### Endpoint /users/me ``` -------------------------------- ### Users Delete User Source: https://beaverhabits.com/docs Deletes a specific user by ID. ```APIDOC ## DELETE /users/{id} ### Description Users:Delete User ### Method DELETE ### Endpoint /users/{id} ``` -------------------------------- ### Users Patch User Source: https://beaverhabits.com/docs Updates a specific user's profile by ID. ```APIDOC ## PATCH /users/{id} ### Description Users:Patch User ### Method PATCH ### Endpoint /users/{id} ``` -------------------------------- ### Habits Delete Habit Source: https://beaverhabits.com/docs Deletes a specific habit. ```APIDOC ## DELETE /api/v1/habits/{habit_id} ### Description Delete Habit ### Method DELETE ### Endpoint /api/v1/habits/{habit_id} ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.