cURL
curl --request POST \ --url https://app.d-sports.org/api/dashboard \ --header 'Authorization: Bearer <token>'
Returns the caller’s authentication status using the normalized response envelope.
Clerk session token. Use Authorization: Bearer .
{ success: true, data: { userId, isAuthenticated: true } }
Was this page helpful?