The Admin API provides platform-level visibility into user metrics and account management. All endpoints require superuser authentication and are mounted underDocumentation Index
Fetch the complete documentation index at: https://docs.shipfastai.dev/llms.txt
Use this file to discover all available pages before exploring further.
/api/admin/.
GET /api/admin/stats
Return aggregate statistics for the admin dashboard. Headers:Bearer <access_token> — must be a superuser token.Total number of registered user accounts.
Number of users with
subscription_status set to active.Number of users who registered in the last 7 days.
Number of users who have verified their email address.
GET /api/admin/users
Return a paginated list of all user accounts, ordered by creation date (newest first). Headers:Bearer <access_token> — must be a superuser token.Page number. Must be 1 or greater.
Number of users per page. Must be between 1 and 100.
Array of user objects for the requested page.
Total number of users across all pages.
Current page number.
Number of users per page.
Total number of pages.