Skip to main content
POST
/
api
/
dashboard
Dashboard (auth check)
curl --request POST \
  --url https://app.d-sports.org/api/dashboard \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Clerk session token. Use Authorization: Bearer .

Response

200

{ userId, isAuthenticated }