Welcome

This documentation describes the User Management API endpoints for Launch Express. The API provides secure user management capabilities through Better-Auth authentication.

Base URL

The Base URL for all API endpoints is:

Terminal
http://localhost:3000/api

Authentication

All endpoints are protected using Better-Auth cookie-based authentication. Requests must include a valid session cookie obtained through the Better-Auth authentication flow.

Response Codes

The API returns standard HTTP response codes to indicate the success or failure of an API request. Here are a few examples:

CodeDescription
200The request was successful.
401The request requires user authentication.
404The requested resource could not be found.
429Too many requests.
500Internal server error.