cURL
curl --request GET \ --url https://api.seamind.xyz/api/v1/admin/stats \ --header 'Authorization: Bearer <token>'
{ "totalCrew": 123, "activeCrew": 123, "totalShips": 123, "totalCourses": 123, "totalPrograms": 123, "completionRate": 123 }
Get dashboard overview stats for the admin’s organization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Overview stats for admin dashboard.