Public API
Complete directory of all public API endpoints.
Public API Endpoints
The Public API is accessible over the internet. Most endpoints can be used by anyone, but some may require an authentication token for access. This API is intended for external integrations, scripts, or third-party applications.
User Endpoints
- /api/v1/user/me — Retrieve the authenticated user's profile information.
- /api/v1/user/search — Search for a public user profile by username or ID.
Auth Endpoints
- /api/v1/auth/token — Issue, inspect, and revoke opaque API tokens.