Skip to main content
GET
/
api
/
dashboard
/
stats
Dashboard stats
curl --request GET \
  --url https://app.d-sports.org/api/dashboard/stats \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Clerk session token. Use Authorization: Bearer .

Query Parameters

userId
string

Target user ID for admin impersonation. Omit for the authenticated user's own stats.

Response

{ success: true, data: }