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
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:Code | Description |
---|---|
200 | The request was successful. |
401 | The request requires user authentication. |
404 | The requested resource could not be found. |
429 | Too many requests. |
500 | Internal server error. |