React Native Boilerplate home pagelight logodark logo
  • Support
  • Dashboard
  • Dashboard
Backend API
API Endpoints
React Native CLI
Expo
  • Get Launchtoday
  • Join the Community
  • Getting Started
    • Introduction
    • Installation Guide
    • Dependencies
    Backend API
    • Backend API Setup
    • API Endpoints
    React Navigation in Launchtoday
    • Introduction
    • Adding New Screens and Navigators
    Supabase
    • Setup
    • Authentication Context
    • Sign in with Apple
    • Sign in with Google
    • Magic Link Authentication
    • Database Tables Setup
    • Edge Functions
    Stripe
    • Stripe Integration
    RevenueCat
    • Introduction
    • App Store Connect Setup
    • Google Play Console Setup
    • RevenueCat Integration for iOS
    • RevenueCat Integration for Android
    Crash Reporting & Monitoring
    • Crash Reporting & Monitoring
    • Sentry Integration
    • Highlight.io Integration
    • Datadog Integration
    Fastlane
    • Fastlane
    API Documentation
    • Introduction
    Help & Support
    • Troubleshooting
    • Frequently Asked Questions
    Contribute
    • Feature Requests
    Endpoint Examples
    • GET
      Get Plants
    • POST
      Create Plant
    • DEL
      Delete Plant
    Backend API

    API Endpoints

    Available API endpoints reference

    ​
    Authentication

    ​
    Login

    POST /auth/login
    

    ​
    Register

    POST /auth/register
    

    ​
    Users

    ​
    Get User Profile

    GET /users/me
    

    ​
    Update Profile

    PUT /users/me
    

    ​
    Data Operations

    ​
    List Items

    GET /items
    

    ​
    Create Item

    POST /items
    
    Backend API SetupIntroduction
    xgithublinkedin
    Powered by Mintlify
    On this page
    • Authentication
    • Login
    • Register
    • Users
    • Get User Profile
    • Update Profile
    • Data Operations
    • List Items
    • Create Item