Skip to main content
POST
/
api
/
auth
/
validate
Validate token
curl --request POST \
  --url https://app.d-sports.org/api/auth/validate \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Clerk session token. Use Authorization: Bearer .

Response

{ valid, ... }